Shades of Mindaro #D0EC65
Tints of Mindaro #D0EC65
RGB
CMYK
RGB Variations
Color information
#D0EC65 (or 0xD0EC65) is known color: Mindaro. HEX triplet: D0, EC and 65. RGB value is (208,236,101). Sum of RGB (Red+Green+Blue) = 208+236+101=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC65 is #2F139A. Grayscale: #D4D4D4. Windows color (decimal): -3085211 or 6679760. OLE color: 6679760.
HSL color Cylindrical-coordinate representation of color #D0EC65: hue angle of 72.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0EC65 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 101 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.07 |
| HSL | 72.44º | 0.78% | 0.66% | - |
| HSV(B) | 72.44º | 0.57% | 0.93% | - |
| XYZ | 58.36 | 74.34 | 23.59 | - |
| YUV | 212.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 101 | 0.12 | 0 | 0.57 | 0.07 | 72.44 | 0.78 | 0.66 |
| Hex | D0 | EC | 65 | C | 0 | 39 | 7 | 48 | 4E | 42 |
| Octal | 320 | 354 | 145 | 14 | 0 | 71 | 7 | 110 | 116 | 102 |
| Binary | 11010000 | 11101100 | 1100101 | 1100 | 0 | 111001 | 111 | 1001000 | 1001110 | 1000010 |
Color Harmonies of #D0EC65
Complementary color
Monochromatic Colors of #D0EC65
Black with #D0EC65
Text Example
Text Example
White with #D0EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC65; }
p { color: rgb(208,236,101); }
H1.HeaderClassName
{
color: #D0EC65;
}
.AnyTagClassName
{
color: #D0EC65;
}
</style>
background-color css
<style>
a { background-color: #D0EC65; }
a { background-color: rgb(208,236,101); }
div.DivClassName
{
background-color: #D0EC65;
}
.BgClassName
{
background-color: #D0EC65;
}
</style>
border-color css
<style>
span { border-color: #D0EC65; }
span { border-color: rgb(208,236,101); }
td.TdClassName
{
border-color: #D0EC65;
}
.TagClassName
{
border-color: #D0EC65;
}
</style>