Shades of Mindaro #D0EC5F
Tints of Mindaro #D0EC5F
RGB
CMYK
RGB Variations
Color information
#D0EC5F (or 0xD0EC5F) is known color: Mindaro. HEX triplet: D0, EC and 5F. RGB value is (208,236,95). Sum of RGB (Red+Green+Blue) = 208+236+95=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC5F is #2F13A0. Grayscale: #D4D4D4. Windows color (decimal): -3085217 or 6286544. OLE color: 6286544.
HSL color Cylindrical-coordinate representation of color #D0EC5F: hue angle of 71.91º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0EC5F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 95 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.07 |
| HSL | 71.91º | 0.79% | 0.65% | - |
| HSV(B) | 71.91º | 0.6% | 0.93% | - |
| XYZ | 58.07 | 74.23 | 22.09 | - |
| YUV | 211.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 95 | 0.12 | 0 | 0.60 | 0.07 | 71.91 | 0.79 | 0.65 |
| Hex | D0 | EC | 5F | C | 0 | 3C | 7 | 48 | 4F | 41 |
| Octal | 320 | 354 | 137 | 14 | 0 | 74 | 7 | 110 | 117 | 101 |
| Binary | 11010000 | 11101100 | 1011111 | 1100 | 0 | 111100 | 111 | 1001000 | 1001111 | 1000001 |
Color Harmonies of #D0EC5F
Complementary color
Monochromatic Colors of #D0EC5F
Black with #D0EC5F
Text Example
Text Example
White with #D0EC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC5F; }
p { color: rgb(208,236,95); }
H1.HeaderClassName
{
color: #D0EC5F;
}
.AnyTagClassName
{
color: #D0EC5F;
}
</style>
background-color css
<style>
a { background-color: #D0EC5F; }
a { background-color: rgb(208,236,95); }
div.DivClassName
{
background-color: #D0EC5F;
}
.BgClassName
{
background-color: #D0EC5F;
}
</style>
border-color css
<style>
span { border-color: #D0EC5F; }
span { border-color: rgb(208,236,95); }
td.TdClassName
{
border-color: #D0EC5F;
}
.TagClassName
{
border-color: #D0EC5F;
}
</style>