#D3E880

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

Shades of Sulu #D3E880

Tints of Sulu #D3E880

Color information

#D3E880 (or 0xD3E880) is unknown color: approx Sulu. HEX triplet: D3, E8 and 80. RGB value is (211,232,128). Sum of RGB (Red+Green+Blue) = 211+232+128=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E880 is #2C177F. Grayscale: #D6D6D6. Windows color (decimal): -2889600 or 8448211. OLE color: 8448211.

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

Color convert

RGB211232128-
CMYK0.0900.450.09
HSL72.12º69.33%70.59%-
HSV(B)72.12º44.83%90.98%-
XYZ59.6273.1231.39-
YUV213.8679.54125.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.95%
GREEN value IS 232 (91.02% from 255) = 40.63%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=36.95%
G=40.63%
B=22.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112321280.0900.450.0972.1269.3370.59
HexD3E880902D9484547
Octal3233502001105511110105107
Binary110100111110100010000000100101011011001100100010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E880; }

 p { color: rgb(211,232,128); }

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

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

 a { background-color: rgb(211,232,128); }

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

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

 span { border-color: rgb(211,232,128); }

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