Shades of Mindaro #D0EC56
Tints of Mindaro #D0EC56
RGB
CMYK
RGB Variations
Color information
#D0EC56 (or 0xD0EC56) is known color: Mindaro. HEX triplet: D0, EC and 56. RGB value is (208,236,86). Sum of RGB (Red+Green+Blue) = 208+236+86=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC56 is #2F13A9. Grayscale: #D3D3D3. Windows color (decimal): -3085226 or 5696720. OLE color: 5696720.
HSL color Cylindrical-coordinate representation of color #D0EC56: hue angle of 71.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0EC56 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 86 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.07 |
| HSL | 71.2º | 0.8% | 0.63% | - |
| HSV(B) | 71.2º | 0.64% | 0.93% | - |
| XYZ | 57.69 | 74.07 | 20.06 | - |
| YUV | 210.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 86 | 0.12 | 0 | 0.64 | 0.07 | 71.2 | 0.8 | 0.63 |
| Hex | D0 | EC | 56 | C | 0 | 40 | 7 | 47 | 50 | 3F |
| Octal | 320 | 354 | 126 | 14 | 0 | 100 | 7 | 107 | 120 | 77 |
| Binary | 11010000 | 11101100 | 1010110 | 1100 | 0 | 1000000 | 111 | 1000111 | 1010000 | 111111 |
Color Harmonies of #D0EC56
Complementary color
Monochromatic Colors of #D0EC56
Black with #D0EC56
Text Example
Text Example
White with #D0EC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC56; }
p { color: rgb(208,236,86); }
H1.HeaderClassName
{
color: #D0EC56;
}
.AnyTagClassName
{
color: #D0EC56;
}
</style>
background-color css
<style>
a { background-color: #D0EC56; }
a { background-color: rgb(208,236,86); }
div.DivClassName
{
background-color: #D0EC56;
}
.BgClassName
{
background-color: #D0EC56;
}
</style>
border-color css
<style>
span { border-color: #D0EC56; }
span { border-color: rgb(208,236,86); }
td.TdClassName
{
border-color: #D0EC56;
}
.TagClassName
{
border-color: #D0EC56;
}
</style>