#D0E18C

Color #D0E18C Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D0E18C

Tints of Sulu #D0E18C

Color information

#D0E18C (or 0xD0E18C) is unknown color: approx Sulu. HEX triplet: D0, E1 and 8C. RGB value is (208,225,140). Sum of RGB (Red+Green+Blue) = 208+225+140=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E18C is #2F1E73. Grayscale: #D2D2D2. Windows color (decimal): -3087988 or 9232848. OLE color: 9232848.

HSL color Cylindrical-coordinate representation of color #D0E18C: hue angle of 72º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0E18C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB208225140-
CMYK0.0800.380.12
HSL72º58.62%71.57%-
HSV(B)72º37.78%88.24%-
XYZ57.6769.1535.12-
YUV210.2388.37126.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 140 (55.08% from 255) = 24.43%
R=36.30%
G=39.27%
B=24.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251400.0800.380.127258.6271.57
HexD0E18C8026C483b48
Octal320341214100461411073110
Binary11010000111000011000110010000100110110010010001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E18C; }

 p { color: rgb(208,225,140); }

 H1.HeaderClassName
 {
   color: #D0E18C;
 }
 .AnyTagClassName
 {
   color: #D0E18C;
 }
</style>
background-color css

<style>
 a { background-color: #D0E18C; }

 a { background-color: rgb(208,225,140); }

 div.DivClassName
 {
   background-color: #D0E18C;
 }
 .BgClassName
 {
   background-color: #D0E18C;
 }
</style>
border-color css

<style>
 span { border-color: #D0E18C; }

 span { border-color: rgb(208,225,140); }

 td.TdClassName
 {
   border-color: #D0E18C;
 }
 .TagClassName
 {
   border-color: #D0E18C;
 }
</style>