Shades of Mindaro #D0E959
Tints of Mindaro #D0E959
RGB
CMYK
RGB Variations
Color information
#D0E959 (or 0xD0E959) is known color: Mindaro. HEX triplet: D0, E9 and 59. RGB value is (208,233,89). Sum of RGB (Red+Green+Blue) = 208+233+89=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E959 is #2F16A6. Grayscale: #D1D1D1. Windows color (decimal): -3085991 or 5892560. OLE color: 5892560.
HSL color Cylindrical-coordinate representation of color #D0E959: hue angle of 70.42º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0E959 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 89 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.09 |
| HSL | 70.42º | 0.77% | 0.63% | - |
| HSV(B) | 70.42º | 0.62% | 0.91% | - |
| XYZ | 56.95 | 72.41 | 20.43 | - |
| YUV | 209.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 89 | 0.11 | 0 | 0.62 | 0.09 | 70.42 | 0.77 | 0.63 |
| Hex | D0 | E9 | 59 | B | 0 | 3E | 9 | 46 | 4D | 3F |
| Octal | 320 | 351 | 131 | 13 | 0 | 76 | 11 | 106 | 115 | 77 |
| Binary | 11010000 | 11101001 | 1011001 | 1011 | 0 | 111110 | 1001 | 1000110 | 1001101 | 111111 |
Color Harmonies of #D0E959
Complementary color
Monochromatic Colors of #D0E959
Black with #D0E959
Text Example
Text Example
White with #D0E959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E959; }
p { color: rgb(208,233,89); }
H1.HeaderClassName
{
color: #D0E959;
}
.AnyTagClassName
{
color: #D0E959;
}
</style>
background-color css
<style>
a { background-color: #D0E959; }
a { background-color: rgb(208,233,89); }
div.DivClassName
{
background-color: #D0E959;
}
.BgClassName
{
background-color: #D0E959;
}
</style>
border-color css
<style>
span { border-color: #D0E959; }
span { border-color: rgb(208,233,89); }
td.TdClassName
{
border-color: #D0E959;
}
.TagClassName
{
border-color: #D0E959;
}
</style>