Shades of Mindaro #D8E880
Tints of Mindaro #D8E880
RGB
CMYK
RGB Variations
Color information
#D8E880 (or 0xD8E880) is known color: 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
| RGB | 216 | 232 | 128 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.09 |
| HSL | 69.23º | 0.69% | 0.71% | - |
| HSV(B) | 69.23º | 0.45% | 0.91% | - |
| XYZ | 61.07 | 73.87 | 31.46 | - |
| YUV | 215.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 128 | 0.07 | 0 | 0.45 | 0.09 | 69.23 | 0.69 | 0.71 |
| Hex | D8 | E8 | 80 | 7 | 0 | 2D | 9 | 45 | 45 | 47 |
| Octal | 330 | 350 | 200 | 7 | 0 | 55 | 11 | 105 | 105 | 107 |
| Binary | 11011000 | 11101000 | 10000000 | 111 | 0 | 101101 | 1001 | 1000101 | 1000101 | 1000111 |
Color Harmonies of #D8E880
Complementary color
Monochromatic Colors of #D8E880
Black with #D8E880
Text Example
Text Example
White with #D8E880
Text Example
Text Example
HTML Codes & Css Web 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>