Shades of Mindaro #D8E87A
Tints of Mindaro #D8E87A
RGB
CMYK
RGB Variations
Color information
#D8E87A (or 0xD8E87A) is known color: Mindaro. HEX triplet: D8, E8 and 7A. RGB value is (216,232,122). Sum of RGB (Red+Green+Blue) = 216+232+122=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E87A is #271785. Grayscale: #D7D7D7. Windows color (decimal): -2561926 or 8055000. OLE color: 8055000.
HSL color Cylindrical-coordinate representation of color #D8E87A: hue angle of 68.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8E87A is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 122 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.09 |
| HSL | 68.73º | 0.71% | 0.69% | - |
| HSV(B) | 68.73º | 0.47% | 0.91% | - |
| XYZ | 60.69 | 73.72 | 29.44 | - |
| YUV | 214.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 122 | 0.07 | 0 | 0.47 | 0.09 | 68.73 | 0.71 | 0.69 |
| Hex | D8 | E8 | 7A | 7 | 0 | 2F | 9 | 45 | 47 | 45 |
| Octal | 330 | 350 | 172 | 7 | 0 | 57 | 11 | 105 | 107 | 105 |
| Binary | 11011000 | 11101000 | 1111010 | 111 | 0 | 101111 | 1001 | 1000101 | 1000111 | 1000101 |
Color Harmonies of #D8E87A
Complementary color
Monochromatic Colors of #D8E87A
Black with #D8E87A
Text Example
Text Example
White with #D8E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E87A; }
p { color: rgb(216,232,122); }
H1.HeaderClassName
{
color: #D8E87A;
}
.AnyTagClassName
{
color: #D8E87A;
}
</style>
background-color css
<style>
a { background-color: #D8E87A; }
a { background-color: rgb(216,232,122); }
div.DivClassName
{
background-color: #D8E87A;
}
.BgClassName
{
background-color: #D8E87A;
}
</style>
border-color css
<style>
span { border-color: #D8E87A; }
span { border-color: rgb(216,232,122); }
td.TdClassName
{
border-color: #D8E87A;
}
.TagClassName
{
border-color: #D8E87A;
}
</style>