Shades of Mindaro #D0EC69
Tints of Mindaro #D0EC69
RGB
CMYK
RGB Variations
Color information
#D0EC69 (or 0xD0EC69) is known color: Mindaro. HEX triplet: D0, EC and 69. RGB value is (208,236,105). Sum of RGB (Red+Green+Blue) = 208+236+105=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC69 is #2F1396. Grayscale: #D5D5D5. Windows color (decimal): -3085207 or 6941904. OLE color: 6941904.
HSL color Cylindrical-coordinate representation of color #D0EC69: hue angle of 72.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0EC69 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 105 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.07 |
| HSL | 72.82º | 0.78% | 0.67% | - |
| HSV(B) | 72.82º | 0.56% | 0.93% | - |
| XYZ | 58.56 | 74.42 | 24.64 | - |
| YUV | 212.69 | 67.22 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 105 | 0.12 | 0 | 0.56 | 0.07 | 72.82 | 0.78 | 0.67 |
| Hex | D0 | EC | 69 | C | 0 | 38 | 7 | 49 | 4E | 43 |
| Octal | 320 | 354 | 151 | 14 | 0 | 70 | 7 | 111 | 116 | 103 |
| Binary | 11010000 | 11101100 | 1101001 | 1100 | 0 | 111000 | 111 | 1001001 | 1001110 | 1000011 |
Color Harmonies of #D0EC69
Complementary color
Monochromatic Colors of #D0EC69
Black with #D0EC69
Text Example
Text Example
White with #D0EC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC69; }
p { color: rgb(208,236,105); }
H1.HeaderClassName
{
color: #D0EC69;
}
.AnyTagClassName
{
color: #D0EC69;
}
</style>
background-color css
<style>
a { background-color: #D0EC69; }
a { background-color: rgb(208,236,105); }
div.DivClassName
{
background-color: #D0EC69;
}
.BgClassName
{
background-color: #D0EC69;
}
</style>
border-color css
<style>
span { border-color: #D0EC69; }
span { border-color: rgb(208,236,105); }
td.TdClassName
{
border-color: #D0EC69;
}
.TagClassName
{
border-color: #D0EC69;
}
</style>