Shades of Mindaro #D0EC67
Tints of Mindaro #D0EC67
RGB
CMYK
RGB Variations
Color information
#D0EC67 (or 0xD0EC67) is known color: Mindaro. HEX triplet: D0, EC and 67. RGB value is (208,236,103). Sum of RGB (Red+Green+Blue) = 208+236+103=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC67 is #2F1398. Grayscale: #D4D4D4. Windows color (decimal): -3085209 or 6810832. OLE color: 6810832.
HSL color Cylindrical-coordinate representation of color #D0EC67: hue angle of 72.63º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0EC67 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 103 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.07 |
| HSL | 72.63º | 0.78% | 0.66% | - |
| HSV(B) | 72.63º | 0.56% | 0.93% | - |
| XYZ | 58.46 | 74.38 | 24.11 | - |
| YUV | 212.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 103 | 0.12 | 0 | 0.56 | 0.07 | 72.63 | 0.78 | 0.66 |
| Hex | D0 | EC | 67 | C | 0 | 38 | 7 | 49 | 4E | 42 |
| Octal | 320 | 354 | 147 | 14 | 0 | 70 | 7 | 111 | 116 | 102 |
| Binary | 11010000 | 11101100 | 1100111 | 1100 | 0 | 111000 | 111 | 1001001 | 1001110 | 1000010 |
Color Harmonies of #D0EC67
Complementary color
Monochromatic Colors of #D0EC67
Black with #D0EC67
Text Example
Text Example
White with #D0EC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC67; }
p { color: rgb(208,236,103); }
H1.HeaderClassName
{
color: #D0EC67;
}
.AnyTagClassName
{
color: #D0EC67;
}
</style>
background-color css
<style>
a { background-color: #D0EC67; }
a { background-color: rgb(208,236,103); }
div.DivClassName
{
background-color: #D0EC67;
}
.BgClassName
{
background-color: #D0EC67;
}
</style>
border-color css
<style>
span { border-color: #D0EC67; }
span { border-color: rgb(208,236,103); }
td.TdClassName
{
border-color: #D0EC67;
}
.TagClassName
{
border-color: #D0EC67;
}
</style>