Shades of Mindaro #D8E77E
Tints of Mindaro #D8E77E
RGB
CMYK
RGB Variations
Color information
#D8E77E (or 0xD8E77E) is known color: Mindaro. HEX triplet: D8, E7 and 7E. RGB value is (216,231,126). Sum of RGB (Red+Green+Blue) = 216+231+126=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E77E is #271881. Grayscale: #D6D6D6. Windows color (decimal): -2562178 or 8316888. OLE color: 8316888.
HSL color Cylindrical-coordinate representation of color #D8E77E: hue angle of 68.57º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8E77E is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 231 | 126 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.09 |
| HSL | 68.57º | 0.69% | 0.7% | - |
| HSV(B) | 68.57º | 0.45% | 0.91% | - |
| XYZ | 60.66 | 73.26 | 30.68 | - |
| YUV | 214.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 231 | 126 | 0.06 | 0 | 0.45 | 0.09 | 68.57 | 0.69 | 0.7 |
| Hex | D8 | E7 | 7E | 6 | 0 | 2D | 9 | 45 | 45 | 46 |
| Octal | 330 | 347 | 176 | 6 | 0 | 55 | 11 | 105 | 105 | 106 |
| Binary | 11011000 | 11100111 | 1111110 | 110 | 0 | 101101 | 1001 | 1000101 | 1000101 | 1000110 |
Color Harmonies of #D8E77E
Complementary color
Monochromatic Colors of #D8E77E
Black with #D8E77E
Text Example
Text Example
White with #D8E77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E77E; }
p { color: rgb(216,231,126); }
H1.HeaderClassName
{
color: #D8E77E;
}
.AnyTagClassName
{
color: #D8E77E;
}
</style>
background-color css
<style>
a { background-color: #D8E77E; }
a { background-color: rgb(216,231,126); }
div.DivClassName
{
background-color: #D8E77E;
}
.BgClassName
{
background-color: #D8E77E;
}
</style>
border-color css
<style>
span { border-color: #D8E77E; }
span { border-color: rgb(216,231,126); }
td.TdClassName
{
border-color: #D8E77E;
}
.TagClassName
{
border-color: #D8E77E;
}
</style>