Shades of Mindaro #D9EA77
Tints of Mindaro #D9EA77
RGB
CMYK
RGB Variations
Color information
#D9EA77 (or 0xD9EA77) is known color: Mindaro. HEX triplet: D9, EA and 77. RGB value is (217,234,119). Sum of RGB (Red+Green+Blue) = 217+234+119=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EA77 is #261588. Grayscale: #D8D8D8. Windows color (decimal): -2495881 or 7858905. OLE color: 7858905.
HSL color Cylindrical-coordinate representation of color #D9EA77: hue angle of 68.87º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9EA77 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 119 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.08 |
| HSL | 68.87º | 0.73% | 0.69% | - |
| HSV(B) | 68.87º | 0.49% | 0.92% | - |
| XYZ | 61.37 | 74.93 | 28.68 | - |
| YUV | 215.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 119 | 0.07 | 0 | 0.49 | 0.08 | 68.87 | 0.73 | 0.69 |
| Hex | D9 | EA | 77 | 7 | 0 | 31 | 8 | 45 | 49 | 45 |
| Octal | 331 | 352 | 167 | 7 | 0 | 61 | 10 | 105 | 111 | 105 |
| Binary | 11011001 | 11101010 | 1110111 | 111 | 0 | 110001 | 1000 | 1000101 | 1001001 | 1000101 |
Color Harmonies of #D9EA77
Complementary color
Monochromatic Colors of #D9EA77
Black with #D9EA77
Text Example
Text Example
White with #D9EA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EA77; }
p { color: rgb(217,234,119); }
H1.HeaderClassName
{
color: #D9EA77;
}
.AnyTagClassName
{
color: #D9EA77;
}
</style>
background-color css
<style>
a { background-color: #D9EA77; }
a { background-color: rgb(217,234,119); }
div.DivClassName
{
background-color: #D9EA77;
}
.BgClassName
{
background-color: #D9EA77;
}
</style>
border-color css
<style>
span { border-color: #D9EA77; }
span { border-color: rgb(217,234,119); }
td.TdClassName
{
border-color: #D9EA77;
}
.TagClassName
{
border-color: #D9EA77;
}
</style>