#D6EA8C

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

Shades of Sulu #D6EA8C

Tints of Sulu #D6EA8C

Color information

#D6EA8C (or 0xD6EA8C) is unknown color: approx Sulu. HEX triplet: D6, EA and 8C. RGB value is (214,234,140). Sum of RGB (Red+Green+Blue) = 214+234+140=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EA8C is #291573. Grayscale: #D9D9D9. Windows color (decimal): -2692468 or 9235158. OLE color: 9235158.

HSL color Cylindrical-coordinate representation of color #D6EA8C: hue angle of 72.77º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6EA8C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB214234140-
CMYK0.0900.400.08
HSL72.77º69.12%73.33%-
HSV(B)72.77º40.17%91.76%-
XYZ61.8975.0436.03-
YUV217.384.37125.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 140 (55.08% from 255) = 23.81%
R=36.39%
G=39.80%
B=23.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341400.0900.400.0872.7769.1273.33
HexD6EA8C90288494549
Octal3263522141105010111105111
Binary110101101110101010001100100101010001000100100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EA8C; }

 p { color: rgb(214,234,140); }

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

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

 a { background-color: rgb(214,234,140); }

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

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

 span { border-color: rgb(214,234,140); }

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