Shades of Mindaro #D8E77A
Tints of Mindaro #D8E77A
RGB
CMYK
RGB Variations
Color information
#D8E77A (or 0xD8E77A) is known color: Mindaro. HEX triplet: D8, E7 and 7A. RGB value is (216,231,122). Sum of RGB (Red+Green+Blue) = 216+231+122=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E77A is #271885. Grayscale: #D6D6D6. Windows color (decimal): -2562182 or 8054744. OLE color: 8054744.
HSL color Cylindrical-coordinate representation of color #D8E77A: hue angle of 68.26º degrees, saturation: 0.69, 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 #D8E77A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 231 | 122 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.09 |
| HSL | 68.26º | 0.69% | 0.69% | - |
| HSV(B) | 68.26º | 0.47% | 0.91% | - |
| XYZ | 60.41 | 73.16 | 29.35 | - |
| YUV | 214.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 231 | 122 | 0.06 | 0 | 0.47 | 0.09 | 68.26 | 0.69 | 0.69 |
| Hex | D8 | E7 | 7A | 6 | 0 | 2F | 9 | 44 | 45 | 45 |
| Octal | 330 | 347 | 172 | 6 | 0 | 57 | 11 | 104 | 105 | 105 |
| Binary | 11011000 | 11100111 | 1111010 | 110 | 0 | 101111 | 1001 | 1000100 | 1000101 | 1000101 |
Color Harmonies of #D8E77A
Complementary color
Monochromatic Colors of #D8E77A
Black with #D8E77A
Text Example
Text Example
White with #D8E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E77A; }
p { color: rgb(216,231,122); }
H1.HeaderClassName
{
color: #D8E77A;
}
.AnyTagClassName
{
color: #D8E77A;
}
</style>
background-color css
<style>
a { background-color: #D8E77A; }
a { background-color: rgb(216,231,122); }
div.DivClassName
{
background-color: #D8E77A;
}
.BgClassName
{
background-color: #D8E77A;
}
</style>
border-color css
<style>
span { border-color: #D8E77A; }
span { border-color: rgb(216,231,122); }
td.TdClassName
{
border-color: #D8E77A;
}
.TagClassName
{
border-color: #D8E77A;
}
</style>