#D0E086

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

Shades of Sulu #D0E086

Tints of Sulu #D0E086

Color information

#D0E086 (or 0xD0E086) is unknown color: approx Sulu. HEX triplet: D0, E0 and 86. RGB value is (208,224,134). Sum of RGB (Red+Green+Blue) = 208+224+134=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E086 is #2F1F79. Grayscale: #D1D1D1. Windows color (decimal): -3088250 or 8839376. OLE color: 8839376.

HSL color Cylindrical-coordinate representation of color #D0E086: hue angle of 70.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0E086 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB208224134-
CMYK0.0700.400.12
HSL70.67º59.21%70.2%-
HSV(B)70.67º40.18%87.84%-
XYZ56.9768.4432.76-
YUV208.9685.7127.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 224 (87.89% from 255) = 39.58%
BLUE value IS 134 (52.73% from 255) = 23.67%
R=36.75%
G=39.58%
B=23.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241340.0700.400.1270.6759.2170.2
HexD0E0867028C473b46
Octal32034020670501410773106
Binary1101000011100000100001101110101000110010001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E086; }

 p { color: rgb(208,224,134); }

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

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

 a { background-color: rgb(208,224,134); }

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

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

 span { border-color: rgb(208,224,134); }

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