Shades of Mindaro #D8E878
Tints of Mindaro #D8E878
RGB
CMYK
RGB Variations
Color information
#D8E878 (or 0xD8E878) is known color: Mindaro. HEX triplet: D8, E8 and 78. RGB value is (216,232,120). Sum of RGB (Red+Green+Blue) = 216+232+120=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E878 is #271787. Grayscale: #D6D6D6. Windows color (decimal): -2561928 or 7923928. OLE color: 7923928.
HSL color Cylindrical-coordinate representation of color #D8E878: hue angle of 68.57º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8E878 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 120 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.09 |
| HSL | 68.57º | 0.71% | 0.69% | - |
| HSV(B) | 68.57º | 0.48% | 0.91% | - |
| XYZ | 60.57 | 73.67 | 28.8 | - |
| YUV | 214.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 120 | 0.07 | 0 | 0.48 | 0.09 | 68.57 | 0.71 | 0.69 |
| Hex | D8 | E8 | 78 | 7 | 0 | 30 | 9 | 45 | 47 | 45 |
| Octal | 330 | 350 | 170 | 7 | 0 | 60 | 11 | 105 | 107 | 105 |
| Binary | 11011000 | 11101000 | 1111000 | 111 | 0 | 110000 | 1001 | 1000101 | 1000111 | 1000101 |
Color Harmonies of #D8E878
Complementary color
Monochromatic Colors of #D8E878
Black with #D8E878
Text Example
Text Example
White with #D8E878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E878; }
p { color: rgb(216,232,120); }
H1.HeaderClassName
{
color: #D8E878;
}
.AnyTagClassName
{
color: #D8E878;
}
</style>
background-color css
<style>
a { background-color: #D8E878; }
a { background-color: rgb(216,232,120); }
div.DivClassName
{
background-color: #D8E878;
}
.BgClassName
{
background-color: #D8E878;
}
</style>
border-color css
<style>
span { border-color: #D8E878; }
span { border-color: rgb(216,232,120); }
td.TdClassName
{
border-color: #D8E878;
}
.TagClassName
{
border-color: #D8E878;
}
</style>