Shades of Mindaro #D0EA59
Tints of Mindaro #D0EA59
RGB
CMYK
RGB Variations
Color information
#D0EA59 (or 0xD0EA59) is known color: Mindaro. HEX triplet: D0, EA and 59. RGB value is (208,234,89). Sum of RGB (Red+Green+Blue) = 208+234+89=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA59 is #2F15A6. Grayscale: #D2D2D2. Windows color (decimal): -3085735 or 5892816. OLE color: 5892816.
HSL color Cylindrical-coordinate representation of color #D0EA59: hue angle of 70.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0EA59 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 89 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.08 |
| HSL | 70.76º | 0.78% | 0.63% | - |
| HSV(B) | 70.76º | 0.62% | 0.92% | - |
| XYZ | 57.24 | 72.98 | 20.52 | - |
| YUV | 209.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 89 | 0.11 | 0 | 0.62 | 0.08 | 70.76 | 0.78 | 0.63 |
| Hex | D0 | EA | 59 | B | 0 | 3E | 8 | 47 | 4E | 3F |
| Octal | 320 | 352 | 131 | 13 | 0 | 76 | 10 | 107 | 116 | 77 |
| Binary | 11010000 | 11101010 | 1011001 | 1011 | 0 | 111110 | 1000 | 1000111 | 1001110 | 111111 |
Color Harmonies of #D0EA59
Complementary color
Monochromatic Colors of #D0EA59
Black with #D0EA59
Text Example
Text Example
White with #D0EA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA59; }
p { color: rgb(208,234,89); }
H1.HeaderClassName
{
color: #D0EA59;
}
.AnyTagClassName
{
color: #D0EA59;
}
</style>
background-color css
<style>
a { background-color: #D0EA59; }
a { background-color: rgb(208,234,89); }
div.DivClassName
{
background-color: #D0EA59;
}
.BgClassName
{
background-color: #D0EA59;
}
</style>
border-color css
<style>
span { border-color: #D0EA59; }
span { border-color: rgb(208,234,89); }
td.TdClassName
{
border-color: #D0EA59;
}
.TagClassName
{
border-color: #D0EA59;
}
</style>