#D2EA8E

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

Shades of Sulu #D2EA8E

Tints of Sulu #D2EA8E

Color information

#D2EA8E (or 0xD2EA8E) is unknown color: approx Sulu. HEX triplet: D2, EA and 8E. RGB value is (210,234,142). Sum of RGB (Red+Green+Blue) = 210+234+142=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EA8E is #2D1571. Grayscale: #D8D8D8. Windows color (decimal): -2954610 or 9366226. OLE color: 9366226.

HSL color Cylindrical-coordinate representation of color #D2EA8E: hue angle of 75.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2EA8E is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB210234142-
CMYK0.1000.390.08
HSL75.65º68.66%73.73%-
HSV(B)75.65º39.32%91.76%-
XYZ60.8874.536.76-
YUV216.3486.05123.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 234 (91.80% from 255) = 39.93%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=35.84%
G=39.93%
B=24.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341420.1000.390.0875.6568.6673.73
HexD2EA8EA02784c454a
Octal3223522161204710114105112
Binary110100101110101010001110101001001111000100110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA8E; }

 p { color: rgb(210,234,142); }

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

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

 a { background-color: rgb(210,234,142); }

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

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

 span { border-color: rgb(210,234,142); }

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