#D1EA81

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

Shades of Sulu #D1EA81

Tints of Sulu #D1EA81

Color information

#D1EA81 (or 0xD1EA81) is unknown color: approx Sulu. HEX triplet: D1, EA and 81. RGB value is (209,234,129). Sum of RGB (Red+Green+Blue) = 209+234+129=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EA81 is #2E157E. Grayscale: #D6D6D6. Windows color (decimal): -3020159 or 8514257. OLE color: 8514257.

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

Color convert

RGB209234129-
CMYK0.1100.450.08
HSL74.29º71.43%71.18%-
HSV(B)74.29º44.87%91.76%-
XYZ59.6873.9931.9-
YUV214.5579.72124.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=36.54%
G=40.91%
B=22.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092341290.1100.450.0874.2971.4371.18
HexD1EA81B02D84a4747
Octal3213522011305510112107107
Binary110100011110101010000001101101011011000100101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EA81; }

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

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

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

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

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

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

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

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