#D0E18D

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

Shades of Sulu #D0E18D

Tints of Sulu #D0E18D

Color information

#D0E18D (or 0xD0E18D) is unknown color: approx Sulu. HEX triplet: D0, E1 and 8D. RGB value is (208,225,141). Sum of RGB (Red+Green+Blue) = 208+225+141=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E18D is #2F1E72. Grayscale: #D2D2D2. Windows color (decimal): -3087987 or 9298384. OLE color: 9298384.

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

Color convert

RGB208225141-
CMYK0.0800.370.12
HSL72.14º58.33%71.76%-
HSV(B)72.14º37.33%88.24%-
XYZ57.7569.1835.51-
YUV210.3488.87126.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=36.24%
G=39.20%
B=24.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251410.0800.370.1272.1458.3371.76
HexD0E18D8025C483a48
Octal320341215100451411072110
Binary11010000111000011000110110000100101110010010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E18D; }

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

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

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

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

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

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

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

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