#d2e881

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

Shades of Sulu #D2E881

Tints of Sulu #D2E881

Color information

#D2E881 (or 0xD2E881) is unknown color: approx Sulu. HEX triplet: D2, E8 and 81. RGB value is (210,232,129). Sum of RGB (Red+Green+Blue) = 210+232+129=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E881 is #2D177E. Grayscale: #D6D6D6. Windows color (decimal): -2955135 or 8513746. OLE color: 8513746.

HSL color Cylindrical-coordinate representation of color #D2E881: hue angle of 72.82º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2E881 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB210232129-
CMYK0.0900.440.09
HSL72.82º69.13%70.78%-
HSV(B)72.82º44.4%90.98%-
XYZ59.47331.73-
YUV213.6880.21125.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 232 (91.02% from 255) = 40.63%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=36.78%
G=40.63%
B=22.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321290.0900.440.0972.8269.1370.78
HexD2E881902C9494547
Octal3223502011105411111105107
Binary110100101110100010000001100101011001001100100110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e881; }

 p { color: rgb(210,232,129); }

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

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

 a { background-color: rgb(210,232,129); }

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

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

 span { border-color: rgb(210,232,129); }

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