#D1EA7E

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

Shades of Sulu #D1EA7E

Tints of Sulu #D1EA7E

Color information

#D1EA7E (or 0xD1EA7E) is unknown color: approx Sulu. HEX triplet: D1, EA and 7E. RGB value is (209,234,126). Sum of RGB (Red+Green+Blue) = 209+234+126=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA7E is #2E1581. Grayscale: #D6D6D6. Windows color (decimal): -3020162 or 8317649. OLE color: 8317649.

HSL color Cylindrical-coordinate representation of color #D1EA7E: hue angle of 73.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1EA7E is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB209234126-
CMYK0.1100.460.08
HSL73.89º72%70.59%-
HSV(B)73.89º46.15%91.76%-
XYZ59.4873.9130.87-
YUV214.2178.22124.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 234 (91.80% from 255) = 41.12%
BLUE value IS 126 (49.61% from 255) = 22.14%
R=36.73%
G=41.12%
B=22.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092341260.1100.460.0873.897270.59
HexD1EA7EB02E84a4847
Octal3213521761305610112110107
Binary11010001111010101111110101101011101000100101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EA7E; }

 p { color: rgb(209,234,126); }

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

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

 a { background-color: rgb(209,234,126); }

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

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

 span { border-color: rgb(209,234,126); }

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