#D8E880

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

Shades of Mindaro #D8E880

Tints of Mindaro #D8E880

Color information

#D8E880 (or 0xD8E880) is unknown color: approx Mindaro. HEX triplet: D8, E8 and 80. RGB value is (216,232,128). Sum of RGB (Red+Green+Blue) = 216+232+128=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E880 is #27177F. Grayscale: #D7D7D7. Windows color (decimal): -2561920 or 8448216. OLE color: 8448216.

HSL color Cylindrical-coordinate representation of color #D8E880: hue angle of 69.23º 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 #D8E880 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB216232128-
CMYK0.0700.450.09
HSL69.23º69.33%70.59%-
HSV(B)69.23º44.83%90.98%-
XYZ61.0773.8731.46-
YUV215.3678.7128.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 232 (91.02% from 255) = 40.28%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=37.5%
G=40.28%
B=22.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162321280.0700.450.0969.2369.3370.59
HexD8E880702D9454547
Octal330350200705511105105107
Binary11011000111010001000000011101011011001100010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E880; }

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

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

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

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

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

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

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

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