pub trait WebColors: PixelColor + RgbColor {
Show 141 associated constants and 0 method const CSS_ALICE_BLUE: Self; const CSS_ANTIQUE_WHITE: Self; const CSS_AQUA: Self; const CSS_AQUAMARINE: Self; const CSS_AZURE: Self; const CSS_BEIGE: Self; const CSS_BISQUE: Self; const CSS_BLACK: Self; const CSS_BLANCHED_ALMOND: Self; const CSS_BLUE: Self; const CSS_BLUE_VIOLET: Self; const CSS_BROWN: Self; const CSS_BURLY_WOOD: Self; const CSS_CADET_BLUE: Self; const CSS_CHARTREUSE: Self; const CSS_CHOCOLATE: Self; const CSS_CORAL: Self; const CSS_CORNFLOWER_BLUE: Self; const CSS_CORNSILK: Self; const CSS_CRIMSON: Self; const CSS_CYAN: Self; const CSS_DARK_BLUE: Self; const CSS_DARK_CYAN: Self; const CSS_DARK_GOLDENROD: Self; const CSS_DARK_GRAY: Self; const CSS_DARK_GREEN: Self; const CSS_DARK_KHAKI: Self; const CSS_DARK_MAGENTA: Self; const CSS_DARK_OLIVE_GREEN: Self; const CSS_DARK_ORANGE: Self; const CSS_DARK_ORCHID: Self; const CSS_DARK_RED: Self; const CSS_DARK_SALMON: Self; const CSS_DARK_SEA_GREEN: Self; const CSS_DARK_SLATE_BLUE: Self; const CSS_DARK_SLATE_GRAY: Self; const CSS_DARK_TURQUOISE: Self; const CSS_DARK_VIOLET: Self; const CSS_DEEP_PINK: Self; const CSS_DEEP_SKY_BLUE: Self; const CSS_DIM_GRAY: Self; const CSS_DODGER_BLUE: Self; const CSS_FIRE_BRICK: Self; const CSS_FLORAL_WHITE: Self; const CSS_FOREST_GREEN: Self; const CSS_FUCHSIA: Self; const CSS_GAINSBORO: Self; const CSS_GHOST_WHITE: Self; const CSS_GOLD: Self; const CSS_GOLDENROD: Self; const CSS_GRAY: Self; const CSS_GREEN: Self; const CSS_GREEN_YELLOW: Self; const CSS_HONEYDEW: Self; const CSS_HOT_PINK: Self; const CSS_INDIAN_RED: Self; const CSS_INDIGO: Self; const CSS_IVORY: Self; const CSS_KHAKI: Self; const CSS_LAVENDER: Self; const CSS_LAVENDER_BLUSH: Self; const CSS_LAWN_GREEN: Self; const CSS_LEMON_CHIFFON: Self; const CSS_LIGHT_BLUE: Self; const CSS_LIGHT_CORAL: Self; const CSS_LIGHT_CYAN: Self; const CSS_LIGHT_GOLDENROD_YELLOW: Self; const CSS_LIGHT_GRAY: Self; const CSS_LIGHT_GREEN: Self; const CSS_LIGHT_PINK: Self; const CSS_LIGHT_SALMON: Self; const CSS_LIGHT_SEA_GREEN: Self; const CSS_LIGHT_SKY_BLUE: Self; const CSS_LIGHT_SLATE_GRAY: Self; const CSS_LIGHT_STEEL_BLUE: Self; const CSS_LIGHT_YELLOW: Self; const CSS_LIME: Self; const CSS_LIME_GREEN: Self; const CSS_LINEN: Self; const CSS_MAGENTA: Self; const CSS_MAROON: Self; const CSS_MEDIUM_AQUAMARINE: Self; const CSS_MEDIUM_BLUE: Self; const CSS_MEDIUM_ORCHID: Self; const CSS_MEDIUM_PURPLE: Self; const CSS_MEDIUM_SEA_GREEN: Self; const CSS_MEDIUM_SLATE_BLUE: Self; const CSS_MEDIUM_SPRING_GREEN: Self; const CSS_MEDIUM_TURQUOISE: Self; const CSS_MEDIUM_VIOLET_RED: Self; const CSS_MIDNIGHT_BLUE: Self; const CSS_MINT_CREAM: Self; const CSS_MISTY_ROSE: Self; const CSS_MOCCASIN: Self; const CSS_NAVAJO_WHITE: Self; const CSS_NAVY: Self; const CSS_OLD_LACE: Self; const CSS_OLIVE: Self; const CSS_OLIVE_DRAB: Self; const CSS_ORANGE: Self; const CSS_ORANGE_RED: Self; const CSS_ORCHID: Self; const CSS_PALE_GOLDENROD: Self; const CSS_PALE_GREEN: Self; const CSS_PALE_TURQUOISE: Self; const CSS_PALE_VIOLET_RED: Self; const CSS_PAPAYA_WHIP: Self; const CSS_PEACH_PUFF: Self; const CSS_PERU: Self; const CSS_PINK: Self; const CSS_PLUM: Self; const CSS_POWDER_BLUE: Self; const CSS_PURPLE: Self; const CSS_REBECCAPURPLE: Self; const CSS_RED: Self; const CSS_ROSY_BROWN: Self; const CSS_ROYAL_BLUE: Self; const CSS_SADDLE_BROWN: Self; const CSS_SALMON: Self; const CSS_SANDY_BROWN: Self; const CSS_SEA_GREEN: Self; const CSS_SEASHELL: Self; const CSS_SIENNA: Self; const CSS_SILVER: Self; const CSS_SKY_BLUE: Self; const CSS_SLATE_BLUE: Self; const CSS_SLATE_GRAY: Self; const CSS_SNOW: Self; const CSS_SPRING_GREEN: Self; const CSS_STEEL_BLUE: Self; const CSS_TAN: Self; const CSS_TEAL: Self; const CSS_THISTLE: Self; const CSS_TOMATO: Self; const CSS_TURQUOISE: Self; const CSS_VIOLET: Self; const CSS_WHEAT: Self; const CSS_WHITE: Self; const CSS_WHITE_SMOKE: Self; const CSS_YELLOW: Self; const CSS_YELLOW_GREEN: Self;
}
Expand description

Named colors as defined in the CSS specification.

This list includes the basic color keywords as well as all colors in the extended color keywords list.

Note that the grEy variants of some colors as defined in the spec are absent from this list. The grAy variants of these colors should be used instead.

Required Associated Constants§

source

const CSS_ALICE_BLUE: Self

Alice Blue

source

const CSS_ANTIQUE_WHITE: Self

Antique White

source

const CSS_AQUA: Self

Aqua

source

const CSS_AQUAMARINE: Self

Aquamarine

source

const CSS_AZURE: Self

Azure

source

const CSS_BEIGE: Self

Beige

source

const CSS_BISQUE: Self

Bisque

source

const CSS_BLACK: Self

Black

source

const CSS_BLANCHED_ALMOND: Self

Blanched Almond

source

const CSS_BLUE: Self

Blue

source

const CSS_BLUE_VIOLET: Self

Blue Violet

source

const CSS_BROWN: Self

Brown

source

const CSS_BURLY_WOOD: Self

Burly Wood

source

const CSS_CADET_BLUE: Self

Cadet Blue

source

const CSS_CHARTREUSE: Self

Chartreuse

source

const CSS_CHOCOLATE: Self

Chocolate

source

const CSS_CORAL: Self

Coral

source

const CSS_CORNFLOWER_BLUE: Self

Cornflower Blue

source

const CSS_CORNSILK: Self

Cornsilk

source

const CSS_CRIMSON: Self

Crimson

source

const CSS_CYAN: Self

Cyan

source

const CSS_DARK_BLUE: Self

Dark Blue

source

const CSS_DARK_CYAN: Self

Dark Cyan

source

const CSS_DARK_GOLDENROD: Self

Dark Goldenrod

source

const CSS_DARK_GRAY: Self

Dark Gray

source

const CSS_DARK_GREEN: Self

Dark Green

source

const CSS_DARK_KHAKI: Self

Dark Khaki

source

const CSS_DARK_MAGENTA: Self

Dark Magenta

source

const CSS_DARK_OLIVE_GREEN: Self

Dark Olive Green

source

const CSS_DARK_ORANGE: Self

Dark Orange

source

const CSS_DARK_ORCHID: Self

Dark Orchid

source

const CSS_DARK_RED: Self

Dark Red

source

const CSS_DARK_SALMON: Self

Dark Salmon

source

const CSS_DARK_SEA_GREEN: Self

Dark Sea Green

source

const CSS_DARK_SLATE_BLUE: Self

Dark Slate Blue

source

const CSS_DARK_SLATE_GRAY: Self

Dark Slate Gray

source

const CSS_DARK_TURQUOISE: Self

Dark Turquoise

source

const CSS_DARK_VIOLET: Self

Dark Violet

source

const CSS_DEEP_PINK: Self

Deep Pink

source

const CSS_DEEP_SKY_BLUE: Self

Deep Sky Blue

source

const CSS_DIM_GRAY: Self

Dim Gray

source

const CSS_DODGER_BLUE: Self

Dodger Blue

source

const CSS_FIRE_BRICK: Self

Fire Brick

source

const CSS_FLORAL_WHITE: Self

Floral White

source

const CSS_FOREST_GREEN: Self

Forest Green

source

const CSS_FUCHSIA: Self

Fuchsia

source

const CSS_GAINSBORO: Self

Gainsboro

source

const CSS_GHOST_WHITE: Self

Ghost White

source

const CSS_GOLD: Self

Gold

source

const CSS_GOLDENROD: Self

Goldenrod

source

const CSS_GRAY: Self

Gray

source

const CSS_GREEN: Self

Green

source

const CSS_GREEN_YELLOW: Self

Green Yellow

source

const CSS_HONEYDEW: Self

Honeydew

source

const CSS_HOT_PINK: Self

Hot Pink

source

const CSS_INDIAN_RED: Self

Indian Red

source

const CSS_INDIGO: Self

Indigo

source

const CSS_IVORY: Self

Ivory

source

const CSS_KHAKI: Self

Khaki

source

const CSS_LAVENDER: Self

Lavender

source

const CSS_LAVENDER_BLUSH: Self

Lavender Blush

source

const CSS_LAWN_GREEN: Self

Lawn Green

source

const CSS_LEMON_CHIFFON: Self

Lemon Chiffon

source

const CSS_LIGHT_BLUE: Self

Light Blue

source

const CSS_LIGHT_CORAL: Self

Light Coral

source

const CSS_LIGHT_CYAN: Self

Light Cyan

source

const CSS_LIGHT_GOLDENROD_YELLOW: Self

Light Goldenrod Yellow

source

const CSS_LIGHT_GRAY: Self

Light Gray

source

const CSS_LIGHT_GREEN: Self

Light Green

source

const CSS_LIGHT_PINK: Self

Light Pink

source

const CSS_LIGHT_SALMON: Self

Light Salmon

source

const CSS_LIGHT_SEA_GREEN: Self

Light Sea Green

source

const CSS_LIGHT_SKY_BLUE: Self

Light Sky Blue

source

const CSS_LIGHT_SLATE_GRAY: Self

Light Slate Gray

source

const CSS_LIGHT_STEEL_BLUE: Self

Light Steel Blue

source

const CSS_LIGHT_YELLOW: Self

Light Yellow

source

const CSS_LIME: Self

Lime

source

const CSS_LIME_GREEN: Self

Lime Green

source

const CSS_LINEN: Self

Linen

source

const CSS_MAGENTA: Self

Magenta

source

const CSS_MAROON: Self

Maroon

source

const CSS_MEDIUM_AQUAMARINE: Self

Medium Aquamarine

source

const CSS_MEDIUM_BLUE: Self

Medium Blue

source

const CSS_MEDIUM_ORCHID: Self

Medium Orchid

source

const CSS_MEDIUM_PURPLE: Self

Medium Purple

source

const CSS_MEDIUM_SEA_GREEN: Self

Medium Sea Green

source

const CSS_MEDIUM_SLATE_BLUE: Self

Medium Slate Blue

source

const CSS_MEDIUM_SPRING_GREEN: Self

Medium Spring Green

source

const CSS_MEDIUM_TURQUOISE: Self

Medium Turquoise

source

const CSS_MEDIUM_VIOLET_RED: Self

Medium Violet Red

source

const CSS_MIDNIGHT_BLUE: Self

Midnight Blue

source

const CSS_MINT_CREAM: Self

Mint Cream

source

const CSS_MISTY_ROSE: Self

Misty Rose

source

const CSS_MOCCASIN: Self

Moccasin

source

const CSS_NAVAJO_WHITE: Self

Navajo White

source

const CSS_NAVY: Self

Navy

source

const CSS_OLD_LACE: Self

Old Lace

source

const CSS_OLIVE: Self

Olive

source

const CSS_OLIVE_DRAB: Self

Olive Drab

source

const CSS_ORANGE: Self

Orange

source

const CSS_ORANGE_RED: Self

Orange Red

source

const CSS_ORCHID: Self

Orchid

source

const CSS_PALE_GOLDENROD: Self

Pale Goldenrod

source

const CSS_PALE_GREEN: Self

Pale Green

source

const CSS_PALE_TURQUOISE: Self

Pale Turquoise

source

const CSS_PALE_VIOLET_RED: Self

Pale Violet Red

source

const CSS_PAPAYA_WHIP: Self

Papaya Whip

source

const CSS_PEACH_PUFF: Self

Peach Puff

source

const CSS_PERU: Self

Peru

source

const CSS_PINK: Self

Pink

source

const CSS_PLUM: Self

Plum

source

const CSS_POWDER_BLUE: Self

Powder Blue

source

const CSS_PURPLE: Self

Purple

source

const CSS_REBECCAPURPLE: Self

Rebeccapurple

source

const CSS_RED: Self

Red

source

const CSS_ROSY_BROWN: Self

Rosy Brown

source

const CSS_ROYAL_BLUE: Self

Royal Blue

source

const CSS_SADDLE_BROWN: Self

Saddle Brown

source

const CSS_SALMON: Self

Salmon

source

const CSS_SANDY_BROWN: Self

Sandy Brown

source

const CSS_SEA_GREEN: Self

Sea Green

source

const CSS_SEASHELL: Self

Seashell

source

const CSS_SIENNA: Self

Sienna

source

const CSS_SILVER: Self

Silver

source

const CSS_SKY_BLUE: Self

Sky Blue

source

const CSS_SLATE_BLUE: Self

Slate Blue

source

const CSS_SLATE_GRAY: Self

Slate Gray

source

const CSS_SNOW: Self

Snow

source

const CSS_SPRING_GREEN: Self

Spring Green

source

const CSS_STEEL_BLUE: Self

Steel Blue

source

const CSS_TAN: Self

Tan

source

const CSS_TEAL: Self

Teal

source

const CSS_THISTLE: Self

Thistle

source

const CSS_TOMATO: Self

Tomato

source

const CSS_TURQUOISE: Self

Turquoise

source

const CSS_VIOLET: Self

Violet

source

const CSS_WHEAT: Self

Wheat

source

const CSS_WHITE: Self

White

source

const CSS_WHITE_SMOKE: Self

White Smoke

source

const CSS_YELLOW: Self

Yellow

source

const CSS_YELLOW_GREEN: Self

Yellow Green

Implementors§

source§

impl WebColors for Bgr555

Named web colors.

source§

const CSS_ALICE_BLUE: Bgr555 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Bgr555 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Bgr555 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Bgr555 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Bgr555 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Bgr555 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Bgr555 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Bgr555 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Bgr555 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Bgr555 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Bgr555 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Bgr555 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Bgr555 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Bgr555 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Bgr555 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Bgr555 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Bgr555 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Bgr555 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Bgr555 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Bgr555 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Bgr555 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Bgr555 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Bgr555 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Bgr555 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Bgr555 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Bgr555 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Bgr555 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Bgr555 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Bgr555 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Bgr555 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Bgr555 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Bgr555 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Bgr555 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Bgr555 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Bgr555 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Bgr555 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Bgr555 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Bgr555 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Bgr555 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Bgr555 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Bgr555 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Bgr555 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Bgr555 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Bgr555 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Bgr555 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Bgr555 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Bgr555 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Bgr555 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Bgr555 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Bgr555 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Bgr555 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Bgr555 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Bgr555 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Bgr555 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Bgr555 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Bgr555 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Bgr555 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Bgr555 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Bgr555 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Bgr555 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Bgr555 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Bgr555 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Bgr555 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Bgr555 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Bgr555 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Bgr555 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Bgr555 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Bgr555 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Bgr555 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Bgr555 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Bgr555 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Bgr555 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Bgr555 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Bgr555 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Bgr555 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Bgr555 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Bgr555 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Bgr555 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Bgr555 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Bgr555 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Bgr555 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Bgr555 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Bgr555 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Bgr555 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Bgr555 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Bgr555 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Bgr555 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Bgr555 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Bgr555 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Bgr555 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Bgr555 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Bgr555 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Bgr555 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Bgr555 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Bgr555 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Bgr555 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Bgr555 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Bgr555 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Bgr555 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Bgr555 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Bgr555 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Bgr555 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Bgr555 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Bgr555 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Bgr555 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Bgr555 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Bgr555 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Bgr555 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Bgr555 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Bgr555 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Bgr555 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Bgr555 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Bgr555 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Bgr555 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Bgr555 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Bgr555 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Bgr555 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Bgr555 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Bgr555 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Bgr555 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Bgr555 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Bgr555 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Bgr555 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Bgr555 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Bgr555 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Bgr555 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Bgr555 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Bgr555 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Bgr555 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Bgr555 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Bgr555 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Bgr555 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Bgr555 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Bgr555 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Bgr555 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Bgr555 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Bgr555 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Bgr555 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Bgr555 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Bgr555 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Bgr555 = Self::with_rgb888(154, 205, 50)

source§

impl WebColors for Bgr565

Named web colors.

source§

const CSS_ALICE_BLUE: Bgr565 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Bgr565 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Bgr565 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Bgr565 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Bgr565 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Bgr565 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Bgr565 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Bgr565 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Bgr565 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Bgr565 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Bgr565 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Bgr565 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Bgr565 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Bgr565 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Bgr565 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Bgr565 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Bgr565 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Bgr565 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Bgr565 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Bgr565 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Bgr565 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Bgr565 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Bgr565 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Bgr565 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Bgr565 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Bgr565 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Bgr565 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Bgr565 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Bgr565 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Bgr565 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Bgr565 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Bgr565 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Bgr565 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Bgr565 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Bgr565 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Bgr565 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Bgr565 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Bgr565 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Bgr565 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Bgr565 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Bgr565 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Bgr565 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Bgr565 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Bgr565 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Bgr565 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Bgr565 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Bgr565 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Bgr565 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Bgr565 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Bgr565 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Bgr565 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Bgr565 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Bgr565 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Bgr565 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Bgr565 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Bgr565 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Bgr565 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Bgr565 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Bgr565 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Bgr565 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Bgr565 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Bgr565 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Bgr565 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Bgr565 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Bgr565 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Bgr565 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Bgr565 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Bgr565 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Bgr565 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Bgr565 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Bgr565 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Bgr565 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Bgr565 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Bgr565 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Bgr565 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Bgr565 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Bgr565 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Bgr565 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Bgr565 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Bgr565 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Bgr565 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Bgr565 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Bgr565 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Bgr565 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Bgr565 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Bgr565 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Bgr565 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Bgr565 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Bgr565 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Bgr565 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Bgr565 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Bgr565 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Bgr565 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Bgr565 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Bgr565 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Bgr565 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Bgr565 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Bgr565 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Bgr565 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Bgr565 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Bgr565 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Bgr565 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Bgr565 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Bgr565 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Bgr565 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Bgr565 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Bgr565 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Bgr565 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Bgr565 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Bgr565 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Bgr565 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Bgr565 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Bgr565 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Bgr565 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Bgr565 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Bgr565 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Bgr565 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Bgr565 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Bgr565 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Bgr565 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Bgr565 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Bgr565 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Bgr565 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Bgr565 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Bgr565 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Bgr565 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Bgr565 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Bgr565 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Bgr565 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Bgr565 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Bgr565 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Bgr565 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Bgr565 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Bgr565 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Bgr565 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Bgr565 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Bgr565 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Bgr565 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Bgr565 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Bgr565 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Bgr565 = Self::with_rgb888(154, 205, 50)

source§

impl WebColors for Bgr666

Named web colors.

source§

const CSS_ALICE_BLUE: Bgr666 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Bgr666 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Bgr666 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Bgr666 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Bgr666 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Bgr666 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Bgr666 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Bgr666 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Bgr666 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Bgr666 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Bgr666 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Bgr666 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Bgr666 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Bgr666 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Bgr666 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Bgr666 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Bgr666 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Bgr666 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Bgr666 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Bgr666 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Bgr666 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Bgr666 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Bgr666 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Bgr666 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Bgr666 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Bgr666 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Bgr666 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Bgr666 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Bgr666 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Bgr666 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Bgr666 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Bgr666 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Bgr666 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Bgr666 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Bgr666 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Bgr666 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Bgr666 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Bgr666 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Bgr666 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Bgr666 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Bgr666 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Bgr666 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Bgr666 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Bgr666 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Bgr666 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Bgr666 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Bgr666 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Bgr666 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Bgr666 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Bgr666 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Bgr666 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Bgr666 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Bgr666 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Bgr666 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Bgr666 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Bgr666 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Bgr666 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Bgr666 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Bgr666 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Bgr666 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Bgr666 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Bgr666 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Bgr666 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Bgr666 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Bgr666 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Bgr666 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Bgr666 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Bgr666 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Bgr666 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Bgr666 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Bgr666 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Bgr666 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Bgr666 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Bgr666 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Bgr666 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Bgr666 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Bgr666 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Bgr666 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Bgr666 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Bgr666 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Bgr666 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Bgr666 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Bgr666 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Bgr666 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Bgr666 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Bgr666 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Bgr666 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Bgr666 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Bgr666 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Bgr666 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Bgr666 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Bgr666 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Bgr666 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Bgr666 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Bgr666 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Bgr666 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Bgr666 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Bgr666 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Bgr666 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Bgr666 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Bgr666 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Bgr666 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Bgr666 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Bgr666 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Bgr666 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Bgr666 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Bgr666 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Bgr666 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Bgr666 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Bgr666 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Bgr666 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Bgr666 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Bgr666 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Bgr666 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Bgr666 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Bgr666 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Bgr666 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Bgr666 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Bgr666 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Bgr666 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Bgr666 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Bgr666 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Bgr666 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Bgr666 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Bgr666 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Bgr666 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Bgr666 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Bgr666 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Bgr666 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Bgr666 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Bgr666 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Bgr666 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Bgr666 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Bgr666 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Bgr666 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Bgr666 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Bgr666 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Bgr666 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Bgr666 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Bgr666 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Bgr666 = Self::with_rgb888(154, 205, 50)

source§

impl WebColors for Bgr888

Named web colors.

source§

const CSS_ALICE_BLUE: Bgr888 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Bgr888 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Bgr888 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Bgr888 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Bgr888 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Bgr888 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Bgr888 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Bgr888 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Bgr888 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Bgr888 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Bgr888 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Bgr888 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Bgr888 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Bgr888 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Bgr888 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Bgr888 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Bgr888 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Bgr888 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Bgr888 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Bgr888 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Bgr888 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Bgr888 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Bgr888 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Bgr888 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Bgr888 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Bgr888 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Bgr888 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Bgr888 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Bgr888 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Bgr888 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Bgr888 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Bgr888 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Bgr888 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Bgr888 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Bgr888 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Bgr888 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Bgr888 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Bgr888 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Bgr888 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Bgr888 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Bgr888 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Bgr888 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Bgr888 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Bgr888 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Bgr888 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Bgr888 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Bgr888 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Bgr888 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Bgr888 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Bgr888 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Bgr888 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Bgr888 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Bgr888 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Bgr888 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Bgr888 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Bgr888 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Bgr888 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Bgr888 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Bgr888 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Bgr888 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Bgr888 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Bgr888 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Bgr888 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Bgr888 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Bgr888 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Bgr888 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Bgr888 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Bgr888 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Bgr888 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Bgr888 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Bgr888 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Bgr888 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Bgr888 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Bgr888 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Bgr888 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Bgr888 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Bgr888 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Bgr888 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Bgr888 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Bgr888 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Bgr888 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Bgr888 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Bgr888 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Bgr888 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Bgr888 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Bgr888 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Bgr888 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Bgr888 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Bgr888 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Bgr888 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Bgr888 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Bgr888 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Bgr888 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Bgr888 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Bgr888 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Bgr888 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Bgr888 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Bgr888 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Bgr888 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Bgr888 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Bgr888 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Bgr888 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Bgr888 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Bgr888 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Bgr888 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Bgr888 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Bgr888 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Bgr888 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Bgr888 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Bgr888 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Bgr888 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Bgr888 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Bgr888 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Bgr888 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Bgr888 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Bgr888 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Bgr888 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Bgr888 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Bgr888 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Bgr888 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Bgr888 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Bgr888 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Bgr888 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Bgr888 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Bgr888 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Bgr888 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Bgr888 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Bgr888 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Bgr888 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Bgr888 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Bgr888 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Bgr888 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Bgr888 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Bgr888 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Bgr888 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Bgr888 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Bgr888 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Bgr888 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Bgr888 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Bgr888 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Bgr888 = Self::with_rgb888(154, 205, 50)

source§

impl WebColors for Rgb555

Named web colors.

source§

const CSS_ALICE_BLUE: Rgb555 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Rgb555 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Rgb555 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Rgb555 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Rgb555 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Rgb555 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Rgb555 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Rgb555 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Rgb555 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Rgb555 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Rgb555 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Rgb555 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Rgb555 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Rgb555 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Rgb555 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Rgb555 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Rgb555 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Rgb555 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Rgb555 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Rgb555 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Rgb555 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Rgb555 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Rgb555 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Rgb555 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Rgb555 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Rgb555 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Rgb555 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Rgb555 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Rgb555 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Rgb555 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Rgb555 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Rgb555 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Rgb555 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Rgb555 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Rgb555 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Rgb555 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Rgb555 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Rgb555 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Rgb555 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Rgb555 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Rgb555 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Rgb555 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Rgb555 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Rgb555 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Rgb555 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Rgb555 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Rgb555 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Rgb555 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Rgb555 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Rgb555 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Rgb555 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Rgb555 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Rgb555 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Rgb555 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Rgb555 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Rgb555 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Rgb555 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Rgb555 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Rgb555 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Rgb555 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Rgb555 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Rgb555 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Rgb555 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Rgb555 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Rgb555 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Rgb555 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Rgb555 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Rgb555 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Rgb555 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Rgb555 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Rgb555 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Rgb555 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Rgb555 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Rgb555 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Rgb555 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Rgb555 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Rgb555 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Rgb555 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Rgb555 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Rgb555 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Rgb555 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Rgb555 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Rgb555 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Rgb555 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Rgb555 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Rgb555 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Rgb555 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Rgb555 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Rgb555 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Rgb555 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Rgb555 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Rgb555 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Rgb555 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Rgb555 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Rgb555 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Rgb555 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Rgb555 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Rgb555 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Rgb555 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Rgb555 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Rgb555 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Rgb555 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Rgb555 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Rgb555 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Rgb555 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Rgb555 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Rgb555 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Rgb555 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Rgb555 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Rgb555 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Rgb555 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Rgb555 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Rgb555 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Rgb555 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Rgb555 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Rgb555 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Rgb555 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Rgb555 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Rgb555 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Rgb555 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Rgb555 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Rgb555 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Rgb555 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Rgb555 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Rgb555 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Rgb555 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Rgb555 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Rgb555 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Rgb555 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Rgb555 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Rgb555 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Rgb555 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Rgb555 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Rgb555 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Rgb555 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Rgb555 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Rgb555 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Rgb555 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Rgb555 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Rgb555 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Rgb555 = Self::with_rgb888(154, 205, 50)

source§

impl WebColors for Rgb565

Named web colors.

source§

const CSS_ALICE_BLUE: Rgb565 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Rgb565 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Rgb565 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Rgb565 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Rgb565 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Rgb565 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Rgb565 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Rgb565 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Rgb565 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Rgb565 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Rgb565 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Rgb565 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Rgb565 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Rgb565 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Rgb565 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Rgb565 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Rgb565 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Rgb565 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Rgb565 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Rgb565 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Rgb565 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Rgb565 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Rgb565 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Rgb565 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Rgb565 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Rgb565 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Rgb565 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Rgb565 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Rgb565 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Rgb565 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Rgb565 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Rgb565 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Rgb565 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Rgb565 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Rgb565 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Rgb565 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Rgb565 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Rgb565 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Rgb565 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Rgb565 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Rgb565 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Rgb565 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Rgb565 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Rgb565 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Rgb565 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Rgb565 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Rgb565 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Rgb565 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Rgb565 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Rgb565 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Rgb565 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Rgb565 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Rgb565 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Rgb565 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Rgb565 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Rgb565 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Rgb565 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Rgb565 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Rgb565 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Rgb565 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Rgb565 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Rgb565 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Rgb565 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Rgb565 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Rgb565 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Rgb565 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Rgb565 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Rgb565 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Rgb565 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Rgb565 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Rgb565 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Rgb565 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Rgb565 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Rgb565 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Rgb565 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Rgb565 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Rgb565 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Rgb565 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Rgb565 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Rgb565 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Rgb565 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Rgb565 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Rgb565 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Rgb565 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Rgb565 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Rgb565 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Rgb565 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Rgb565 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Rgb565 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Rgb565 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Rgb565 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Rgb565 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Rgb565 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Rgb565 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Rgb565 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Rgb565 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Rgb565 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Rgb565 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Rgb565 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Rgb565 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Rgb565 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Rgb565 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Rgb565 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Rgb565 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Rgb565 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Rgb565 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Rgb565 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Rgb565 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Rgb565 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Rgb565 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Rgb565 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Rgb565 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Rgb565 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Rgb565 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Rgb565 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Rgb565 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Rgb565 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Rgb565 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Rgb565 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Rgb565 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Rgb565 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Rgb565 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Rgb565 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Rgb565 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Rgb565 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Rgb565 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Rgb565 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Rgb565 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Rgb565 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Rgb565 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Rgb565 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Rgb565 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Rgb565 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Rgb565 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Rgb565 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Rgb565 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Rgb565 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Rgb565 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Rgb565 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Rgb565 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Rgb565 = Self::with_rgb888(154, 205, 50)

source§

impl WebColors for Rgb666

Named web colors.

source§

const CSS_ALICE_BLUE: Rgb666 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Rgb666 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Rgb666 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Rgb666 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Rgb666 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Rgb666 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Rgb666 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Rgb666 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Rgb666 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Rgb666 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Rgb666 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Rgb666 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Rgb666 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Rgb666 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Rgb666 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Rgb666 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Rgb666 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Rgb666 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Rgb666 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Rgb666 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Rgb666 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Rgb666 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Rgb666 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Rgb666 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Rgb666 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Rgb666 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Rgb666 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Rgb666 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Rgb666 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Rgb666 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Rgb666 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Rgb666 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Rgb666 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Rgb666 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Rgb666 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Rgb666 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Rgb666 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Rgb666 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Rgb666 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Rgb666 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Rgb666 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Rgb666 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Rgb666 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Rgb666 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Rgb666 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Rgb666 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Rgb666 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Rgb666 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Rgb666 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Rgb666 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Rgb666 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Rgb666 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Rgb666 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Rgb666 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Rgb666 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Rgb666 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Rgb666 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Rgb666 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Rgb666 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Rgb666 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Rgb666 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Rgb666 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Rgb666 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Rgb666 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Rgb666 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Rgb666 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Rgb666 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Rgb666 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Rgb666 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Rgb666 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Rgb666 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Rgb666 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Rgb666 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Rgb666 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Rgb666 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Rgb666 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Rgb666 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Rgb666 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Rgb666 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Rgb666 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Rgb666 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Rgb666 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Rgb666 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Rgb666 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Rgb666 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Rgb666 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Rgb666 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Rgb666 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Rgb666 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Rgb666 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Rgb666 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Rgb666 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Rgb666 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Rgb666 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Rgb666 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Rgb666 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Rgb666 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Rgb666 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Rgb666 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Rgb666 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Rgb666 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Rgb666 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Rgb666 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Rgb666 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Rgb666 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Rgb666 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Rgb666 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Rgb666 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Rgb666 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Rgb666 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Rgb666 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Rgb666 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Rgb666 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Rgb666 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Rgb666 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Rgb666 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Rgb666 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Rgb666 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Rgb666 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Rgb666 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Rgb666 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Rgb666 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Rgb666 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Rgb666 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Rgb666 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Rgb666 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Rgb666 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Rgb666 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Rgb666 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Rgb666 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Rgb666 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Rgb666 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Rgb666 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Rgb666 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Rgb666 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Rgb666 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Rgb666 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Rgb666 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Rgb666 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Rgb666 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Rgb666 = Self::with_rgb888(154, 205, 50)

source§

impl WebColors for Rgb888

Named web colors.

source§

const CSS_ALICE_BLUE: Rgb888 = Self::with_rgb888(240, 248, 255)

source§

const CSS_ANTIQUE_WHITE: Rgb888 = Self::with_rgb888(250, 235, 215)

source§

const CSS_AQUA: Rgb888 = Self::with_rgb888(0, 255, 255)

source§

const CSS_AQUAMARINE: Rgb888 = Self::with_rgb888(127, 255, 212)

source§

const CSS_AZURE: Rgb888 = Self::with_rgb888(240, 255, 255)

source§

const CSS_BEIGE: Rgb888 = Self::with_rgb888(245, 245, 220)

source§

const CSS_BISQUE: Rgb888 = Self::with_rgb888(255, 228, 196)

source§

const CSS_BLACK: Rgb888 = Self::with_rgb888(0, 0, 0)

source§

const CSS_BLANCHED_ALMOND: Rgb888 = Self::with_rgb888(255, 235, 205)

source§

const CSS_BLUE: Rgb888 = Self::with_rgb888(0, 0, 255)

source§

const CSS_BLUE_VIOLET: Rgb888 = Self::with_rgb888(138, 43, 226)

source§

const CSS_BROWN: Rgb888 = Self::with_rgb888(165, 42, 42)

source§

const CSS_BURLY_WOOD: Rgb888 = Self::with_rgb888(222, 184, 135)

source§

const CSS_CADET_BLUE: Rgb888 = Self::with_rgb888(95, 158, 160)

source§

const CSS_CHARTREUSE: Rgb888 = Self::with_rgb888(127, 255, 0)

source§

const CSS_CHOCOLATE: Rgb888 = Self::with_rgb888(210, 105, 30)

source§

const CSS_CORAL: Rgb888 = Self::with_rgb888(255, 127, 80)

source§

const CSS_CORNFLOWER_BLUE: Rgb888 = Self::with_rgb888(100, 149, 237)

source§

const CSS_CORNSILK: Rgb888 = Self::with_rgb888(255, 248, 220)

source§

const CSS_CRIMSON: Rgb888 = Self::with_rgb888(220, 20, 60)

source§

const CSS_CYAN: Rgb888 = Self::with_rgb888(0, 255, 255)

source§

const CSS_DARK_BLUE: Rgb888 = Self::with_rgb888(0, 0, 139)

source§

const CSS_DARK_CYAN: Rgb888 = Self::with_rgb888(0, 139, 139)

source§

const CSS_DARK_GOLDENROD: Rgb888 = Self::with_rgb888(184, 134, 11)

source§

const CSS_DARK_GRAY: Rgb888 = Self::with_rgb888(169, 169, 169)

source§

const CSS_DARK_GREEN: Rgb888 = Self::with_rgb888(0, 100, 0)

source§

const CSS_DARK_KHAKI: Rgb888 = Self::with_rgb888(189, 183, 107)

source§

const CSS_DARK_MAGENTA: Rgb888 = Self::with_rgb888(139, 0, 139)

source§

const CSS_DARK_OLIVE_GREEN: Rgb888 = Self::with_rgb888(85, 107, 47)

source§

const CSS_DARK_ORANGE: Rgb888 = Self::with_rgb888(255, 140, 0)

source§

const CSS_DARK_ORCHID: Rgb888 = Self::with_rgb888(153, 50, 204)

source§

const CSS_DARK_RED: Rgb888 = Self::with_rgb888(139, 0, 0)

source§

const CSS_DARK_SALMON: Rgb888 = Self::with_rgb888(233, 150, 122)

source§

const CSS_DARK_SEA_GREEN: Rgb888 = Self::with_rgb888(143, 188, 143)

source§

const CSS_DARK_SLATE_BLUE: Rgb888 = Self::with_rgb888(72, 61, 139)

source§

const CSS_DARK_SLATE_GRAY: Rgb888 = Self::with_rgb888(47, 79, 79)

source§

const CSS_DARK_TURQUOISE: Rgb888 = Self::with_rgb888(0, 206, 209)

source§

const CSS_DARK_VIOLET: Rgb888 = Self::with_rgb888(148, 0, 211)

source§

const CSS_DEEP_PINK: Rgb888 = Self::with_rgb888(255, 20, 147)

source§

const CSS_DEEP_SKY_BLUE: Rgb888 = Self::with_rgb888(0, 191, 255)

source§

const CSS_DIM_GRAY: Rgb888 = Self::with_rgb888(105, 105, 105)

source§

const CSS_DODGER_BLUE: Rgb888 = Self::with_rgb888(30, 144, 255)

source§

const CSS_FIRE_BRICK: Rgb888 = Self::with_rgb888(178, 34, 34)

source§

const CSS_FLORAL_WHITE: Rgb888 = Self::with_rgb888(255, 250, 240)

source§

const CSS_FOREST_GREEN: Rgb888 = Self::with_rgb888(34, 139, 34)

source§

const CSS_FUCHSIA: Rgb888 = Self::with_rgb888(255, 0, 255)

source§

const CSS_GAINSBORO: Rgb888 = Self::with_rgb888(220, 220, 220)

source§

const CSS_GHOST_WHITE: Rgb888 = Self::with_rgb888(248, 248, 255)

source§

const CSS_GOLD: Rgb888 = Self::with_rgb888(255, 215, 0)

source§

const CSS_GOLDENROD: Rgb888 = Self::with_rgb888(218, 165, 32)

source§

const CSS_GRAY: Rgb888 = Self::with_rgb888(128, 128, 128)

source§

const CSS_GREEN: Rgb888 = Self::with_rgb888(0, 128, 0)

source§

const CSS_GREEN_YELLOW: Rgb888 = Self::with_rgb888(173, 255, 47)

source§

const CSS_HONEYDEW: Rgb888 = Self::with_rgb888(240, 255, 240)

source§

const CSS_HOT_PINK: Rgb888 = Self::with_rgb888(255, 105, 180)

source§

const CSS_INDIAN_RED: Rgb888 = Self::with_rgb888(205, 92, 92)

source§

const CSS_INDIGO: Rgb888 = Self::with_rgb888(75, 0, 130)

source§

const CSS_IVORY: Rgb888 = Self::with_rgb888(255, 255, 240)

source§

const CSS_KHAKI: Rgb888 = Self::with_rgb888(240, 230, 140)

source§

const CSS_LAVENDER: Rgb888 = Self::with_rgb888(230, 230, 250)

source§

const CSS_LAVENDER_BLUSH: Rgb888 = Self::with_rgb888(255, 240, 245)

source§

const CSS_LAWN_GREEN: Rgb888 = Self::with_rgb888(124, 252, 0)

source§

const CSS_LEMON_CHIFFON: Rgb888 = Self::with_rgb888(255, 250, 205)

source§

const CSS_LIGHT_BLUE: Rgb888 = Self::with_rgb888(173, 216, 230)

source§

const CSS_LIGHT_CORAL: Rgb888 = Self::with_rgb888(240, 128, 128)

source§

const CSS_LIGHT_CYAN: Rgb888 = Self::with_rgb888(224, 255, 255)

source§

const CSS_LIGHT_GOLDENROD_YELLOW: Rgb888 = Self::with_rgb888(250, 250, 210)

source§

const CSS_LIGHT_GRAY: Rgb888 = Self::with_rgb888(211, 211, 211)

source§

const CSS_LIGHT_GREEN: Rgb888 = Self::with_rgb888(144, 238, 144)

source§

const CSS_LIGHT_PINK: Rgb888 = Self::with_rgb888(255, 182, 193)

source§

const CSS_LIGHT_SALMON: Rgb888 = Self::with_rgb888(255, 160, 122)

source§

const CSS_LIGHT_SEA_GREEN: Rgb888 = Self::with_rgb888(32, 178, 170)

source§

const CSS_LIGHT_SKY_BLUE: Rgb888 = Self::with_rgb888(135, 206, 250)

source§

const CSS_LIGHT_SLATE_GRAY: Rgb888 = Self::with_rgb888(119, 136, 153)

source§

const CSS_LIGHT_STEEL_BLUE: Rgb888 = Self::with_rgb888(176, 196, 222)

source§

const CSS_LIGHT_YELLOW: Rgb888 = Self::with_rgb888(255, 255, 224)

source§

const CSS_LIME: Rgb888 = Self::with_rgb888(0, 255, 0)

source§

const CSS_LIME_GREEN: Rgb888 = Self::with_rgb888(50, 205, 50)

source§

const CSS_LINEN: Rgb888 = Self::with_rgb888(250, 240, 230)

source§

const CSS_MAGENTA: Rgb888 = Self::with_rgb888(255, 0, 255)

source§

const CSS_MAROON: Rgb888 = Self::with_rgb888(128, 0, 0)

source§

const CSS_MEDIUM_AQUAMARINE: Rgb888 = Self::with_rgb888(102, 205, 170)

source§

const CSS_MEDIUM_BLUE: Rgb888 = Self::with_rgb888(0, 0, 205)

source§

const CSS_MEDIUM_ORCHID: Rgb888 = Self::with_rgb888(186, 85, 211)

source§

const CSS_MEDIUM_PURPLE: Rgb888 = Self::with_rgb888(147, 112, 219)

source§

const CSS_MEDIUM_SEA_GREEN: Rgb888 = Self::with_rgb888(60, 179, 113)

source§

const CSS_MEDIUM_SLATE_BLUE: Rgb888 = Self::with_rgb888(123, 104, 238)

source§

const CSS_MEDIUM_SPRING_GREEN: Rgb888 = Self::with_rgb888(0, 250, 154)

source§

const CSS_MEDIUM_TURQUOISE: Rgb888 = Self::with_rgb888(72, 209, 204)

source§

const CSS_MEDIUM_VIOLET_RED: Rgb888 = Self::with_rgb888(199, 21, 133)

source§

const CSS_MIDNIGHT_BLUE: Rgb888 = Self::with_rgb888(25, 25, 112)

source§

const CSS_MINT_CREAM: Rgb888 = Self::with_rgb888(245, 255, 250)

source§

const CSS_MISTY_ROSE: Rgb888 = Self::with_rgb888(255, 228, 225)

source§

const CSS_MOCCASIN: Rgb888 = Self::with_rgb888(255, 228, 181)

source§

const CSS_NAVAJO_WHITE: Rgb888 = Self::with_rgb888(255, 222, 173)

source§

const CSS_NAVY: Rgb888 = Self::with_rgb888(0, 0, 128)

source§

const CSS_OLD_LACE: Rgb888 = Self::with_rgb888(253, 245, 230)

source§

const CSS_OLIVE: Rgb888 = Self::with_rgb888(128, 128, 0)

source§

const CSS_OLIVE_DRAB: Rgb888 = Self::with_rgb888(107, 142, 35)

source§

const CSS_ORANGE: Rgb888 = Self::with_rgb888(255, 165, 0)

source§

const CSS_ORANGE_RED: Rgb888 = Self::with_rgb888(255, 69, 0)

source§

const CSS_ORCHID: Rgb888 = Self::with_rgb888(218, 112, 214)

source§

const CSS_PALE_GOLDENROD: Rgb888 = Self::with_rgb888(238, 232, 170)

source§

const CSS_PALE_GREEN: Rgb888 = Self::with_rgb888(152, 251, 152)

source§

const CSS_PALE_TURQUOISE: Rgb888 = Self::with_rgb888(175, 238, 238)

source§

const CSS_PALE_VIOLET_RED: Rgb888 = Self::with_rgb888(219, 112, 147)

source§

const CSS_PAPAYA_WHIP: Rgb888 = Self::with_rgb888(255, 239, 213)

source§

const CSS_PEACH_PUFF: Rgb888 = Self::with_rgb888(255, 218, 185)

source§

const CSS_PERU: Rgb888 = Self::with_rgb888(205, 133, 63)

source§

const CSS_PINK: Rgb888 = Self::with_rgb888(255, 192, 203)

source§

const CSS_PLUM: Rgb888 = Self::with_rgb888(221, 160, 221)

source§

const CSS_POWDER_BLUE: Rgb888 = Self::with_rgb888(176, 224, 230)

source§

const CSS_PURPLE: Rgb888 = Self::with_rgb888(128, 0, 128)

source§

const CSS_REBECCAPURPLE: Rgb888 = Self::with_rgb888(102, 51, 153)

source§

const CSS_RED: Rgb888 = Self::with_rgb888(255, 0, 0)

source§

const CSS_ROSY_BROWN: Rgb888 = Self::with_rgb888(188, 143, 143)

source§

const CSS_ROYAL_BLUE: Rgb888 = Self::with_rgb888(65, 105, 225)

source§

const CSS_SADDLE_BROWN: Rgb888 = Self::with_rgb888(139, 69, 19)

source§

const CSS_SALMON: Rgb888 = Self::with_rgb888(250, 128, 114)

source§

const CSS_SANDY_BROWN: Rgb888 = Self::with_rgb888(244, 164, 96)

source§

const CSS_SEA_GREEN: Rgb888 = Self::with_rgb888(46, 139, 87)

source§

const CSS_SEASHELL: Rgb888 = Self::with_rgb888(255, 245, 238)

source§

const CSS_SIENNA: Rgb888 = Self::with_rgb888(160, 82, 45)

source§

const CSS_SILVER: Rgb888 = Self::with_rgb888(192, 192, 192)

source§

const CSS_SKY_BLUE: Rgb888 = Self::with_rgb888(135, 206, 235)

source§

const CSS_SLATE_BLUE: Rgb888 = Self::with_rgb888(106, 90, 205)

source§

const CSS_SLATE_GRAY: Rgb888 = Self::with_rgb888(112, 128, 144)

source§

const CSS_SNOW: Rgb888 = Self::with_rgb888(255, 250, 250)

source§

const CSS_SPRING_GREEN: Rgb888 = Self::with_rgb888(0, 255, 127)

source§

const CSS_STEEL_BLUE: Rgb888 = Self::with_rgb888(70, 130, 180)

source§

const CSS_TAN: Rgb888 = Self::with_rgb888(210, 180, 140)

source§

const CSS_TEAL: Rgb888 = Self::with_rgb888(0, 128, 128)

source§

const CSS_THISTLE: Rgb888 = Self::with_rgb888(216, 191, 216)

source§

const CSS_TOMATO: Rgb888 = Self::with_rgb888(255, 99, 71)

source§

const CSS_TURQUOISE: Rgb888 = Self::with_rgb888(64, 224, 208)

source§

const CSS_VIOLET: Rgb888 = Self::with_rgb888(238, 130, 238)

source§

const CSS_WHEAT: Rgb888 = Self::with_rgb888(245, 222, 179)

source§

const CSS_WHITE: Rgb888 = Self::with_rgb888(255, 255, 255)

source§

const CSS_WHITE_SMOKE: Rgb888 = Self::with_rgb888(245, 245, 245)

source§

const CSS_YELLOW: Rgb888 = Self::with_rgb888(255, 255, 0)

source§

const CSS_YELLOW_GREEN: Rgb888 = Self::with_rgb888(154, 205, 50)