Shades of Mindaro #D0EC6C
Tints of Mindaro #D0EC6C
RGB
CMYK
RGB Variations
Color information
#D0EC6C (or 0xD0EC6C) is known color: Mindaro. HEX triplet: D0, EC and 6C. RGB value is (208,236,108). Sum of RGB (Red+Green+Blue) = 208+236+108=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC6C is #2F1393. Grayscale: #D5D5D5. Windows color (decimal): -3085204 or 7138512. OLE color: 7138512.
HSL color Cylindrical-coordinate representation of color #D0EC6C: hue angle of 73.12º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0EC6C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 108 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.07 |
| HSL | 73.13º | 0.77% | 0.67% | - |
| HSV(B) | 73.13º | 0.54% | 0.93% | - |
| XYZ | 58.71 | 74.48 | 25.47 | - |
| YUV | 213.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 108 | 0.12 | 0 | 0.54 | 0.07 | 73.13 | 0.77 | 0.67 |
| Hex | D0 | EC | 6C | C | 0 | 36 | 7 | 49 | 4D | 43 |
| Octal | 320 | 354 | 154 | 14 | 0 | 66 | 7 | 111 | 115 | 103 |
| Binary | 11010000 | 11101100 | 1101100 | 1100 | 0 | 110110 | 111 | 1001001 | 1001101 | 1000011 |
Color Harmonies of #D0EC6C
Complementary color
Monochromatic Colors of #D0EC6C
Black with #D0EC6C
Text Example
Text Example
White with #D0EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC6C; }
p { color: rgb(208,236,108); }
H1.HeaderClassName
{
color: #D0EC6C;
}
.AnyTagClassName
{
color: #D0EC6C;
}
</style>
background-color css
<style>
a { background-color: #D0EC6C; }
a { background-color: rgb(208,236,108); }
div.DivClassName
{
background-color: #D0EC6C;
}
.BgClassName
{
background-color: #D0EC6C;
}
</style>
border-color css
<style>
span { border-color: #D0EC6C; }
span { border-color: rgb(208,236,108); }
td.TdClassName
{
border-color: #D0EC6C;
}
.TagClassName
{
border-color: #D0EC6C;
}
</style>