Shades of Mindaro #D9E986
Tints of Mindaro #D9E986
RGB
CMYK
RGB Variations
Color information
#D9E986 (or 0xD9E986) is known color: Mindaro. HEX triplet: D9, E9 and 86. RGB value is (217,233,134). Sum of RGB (Red+Green+Blue) = 217+233+134=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E986 is #261679. Grayscale: #D9D9D9. Windows color (decimal): -2496122 or 8841689. OLE color: 8841689.
HSL color Cylindrical-coordinate representation of color #D9E986: hue angle of 69.7º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9E986 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 134 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.09 |
| HSL | 69.7º | 0.69% | 0.72% | - |
| HSV(B) | 69.7º | 0.42% | 0.91% | - |
| XYZ | 62.06 | 74.75 | 33.71 | - |
| YUV | 216.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 134 | 0.07 | 0 | 0.42 | 0.09 | 69.7 | 0.69 | 0.72 |
| Hex | D9 | E9 | 86 | 7 | 0 | 2A | 9 | 46 | 45 | 48 |
| Octal | 331 | 351 | 206 | 7 | 0 | 52 | 11 | 106 | 105 | 110 |
| Binary | 11011001 | 11101001 | 10000110 | 111 | 0 | 101010 | 1001 | 1000110 | 1000101 | 1001000 |
Color Harmonies of #D9E986
Complementary color
Monochromatic Colors of #D9E986
Black with #D9E986
Text Example
Text Example
White with #D9E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E986; }
p { color: rgb(217,233,134); }
H1.HeaderClassName
{
color: #D9E986;
}
.AnyTagClassName
{
color: #D9E986;
}
</style>
background-color css
<style>
a { background-color: #D9E986; }
a { background-color: rgb(217,233,134); }
div.DivClassName
{
background-color: #D9E986;
}
.BgClassName
{
background-color: #D9E986;
}
</style>
border-color css
<style>
span { border-color: #D9E986; }
span { border-color: rgb(217,233,134); }
td.TdClassName
{
border-color: #D9E986;
}
.TagClassName
{
border-color: #D9E986;
}
</style>