Shades of Mindaro #D0EC59
Tints of Mindaro #D0EC59
RGB
CMYK
RGB Variations
Color information
#D0EC59 (or 0xD0EC59) is known color: Mindaro. HEX triplet: D0, EC and 59. RGB value is (208,236,89). Sum of RGB (Red+Green+Blue) = 208+236+89=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC59 is #2F13A6. Grayscale: #D3D3D3. Windows color (decimal): -3085223 or 5893328. OLE color: 5893328.
HSL color Cylindrical-coordinate representation of color #D0EC59: hue angle of 71.43º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0EC59 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 89 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.07 |
| HSL | 71.43º | 0.79% | 0.64% | - |
| HSV(B) | 71.43º | 0.62% | 0.93% | - |
| XYZ | 57.81 | 74.12 | 20.71 | - |
| YUV | 210.87 | 59.22 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 89 | 0.12 | 0 | 0.62 | 0.07 | 71.43 | 0.79 | 0.64 |
| Hex | D0 | EC | 59 | C | 0 | 3E | 7 | 47 | 4F | 40 |
| Octal | 320 | 354 | 131 | 14 | 0 | 76 | 7 | 107 | 117 | 100 |
| Binary | 11010000 | 11101100 | 1011001 | 1100 | 0 | 111110 | 111 | 1000111 | 1001111 | 1000000 |
Color Harmonies of #D0EC59
Complementary color
Monochromatic Colors of #D0EC59
Black with #D0EC59
Text Example
Text Example
White with #D0EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC59; }
p { color: rgb(208,236,89); }
H1.HeaderClassName
{
color: #D0EC59;
}
.AnyTagClassName
{
color: #D0EC59;
}
</style>
background-color css
<style>
a { background-color: #D0EC59; }
a { background-color: rgb(208,236,89); }
div.DivClassName
{
background-color: #D0EC59;
}
.BgClassName
{
background-color: #D0EC59;
}
</style>
border-color css
<style>
span { border-color: #D0EC59; }
span { border-color: rgb(208,236,89); }
td.TdClassName
{
border-color: #D0EC59;
}
.TagClassName
{
border-color: #D0EC59;
}
</style>