Shades of Mindaro #D0EC5A
Tints of Mindaro #D0EC5A
RGB
CMYK
RGB Variations
Color information
#D0EC5A (or 0xD0EC5A) is known color: Mindaro. HEX triplet: D0, EC and 5A. RGB value is (208,236,90). Sum of RGB (Red+Green+Blue) = 208+236+90=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC5A is #2F13A5. Grayscale: #D3D3D3. Windows color (decimal): -3085222 or 5958864. OLE color: 5958864.
HSL color Cylindrical-coordinate representation of color #D0EC5A: hue angle of 71.51º 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 #D0EC5A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 90 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.07 |
| HSL | 71.51º | 0.79% | 0.64% | - |
| HSV(B) | 71.51º | 0.62% | 0.93% | - |
| XYZ | 57.85 | 74.14 | 20.93 | - |
| YUV | 210.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 90 | 0.12 | 0 | 0.62 | 0.07 | 71.51 | 0.79 | 0.64 |
| Hex | D0 | EC | 5A | C | 0 | 3E | 7 | 48 | 4F | 40 |
| Octal | 320 | 354 | 132 | 14 | 0 | 76 | 7 | 110 | 117 | 100 |
| Binary | 11010000 | 11101100 | 1011010 | 1100 | 0 | 111110 | 111 | 1001000 | 1001111 | 1000000 |
Color Harmonies of #D0EC5A
Complementary color
Monochromatic Colors of #D0EC5A
Black with #D0EC5A
Text Example
Text Example
White with #D0EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC5A; }
p { color: rgb(208,236,90); }
H1.HeaderClassName
{
color: #D0EC5A;
}
.AnyTagClassName
{
color: #D0EC5A;
}
</style>
background-color css
<style>
a { background-color: #D0EC5A; }
a { background-color: rgb(208,236,90); }
div.DivClassName
{
background-color: #D0EC5A;
}
.BgClassName
{
background-color: #D0EC5A;
}
</style>
border-color css
<style>
span { border-color: #D0EC5A; }
span { border-color: rgb(208,236,90); }
td.TdClassName
{
border-color: #D0EC5A;
}
.TagClassName
{
border-color: #D0EC5A;
}
</style>