Shades of Mindaro #D0EC73
Tints of Mindaro #D0EC73
RGB
CMYK
RGB Variations
Color information
#D0EC73 (or 0xD0EC73) is known color: Mindaro. HEX triplet: D0, EC and 73. RGB value is (208,236,115). Sum of RGB (Red+Green+Blue) = 208+236+115=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC73 is #2F138C. Grayscale: #D6D6D6. Windows color (decimal): -3085197 or 7597264. OLE color: 7597264.
HSL color Cylindrical-coordinate representation of color #D0EC73: hue angle of 73.88º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0EC73 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 115 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.07 |
| HSL | 73.88º | 0.76% | 0.69% | - |
| HSV(B) | 73.88º | 0.51% | 0.93% | - |
| XYZ | 59.1 | 74.64 | 27.51 | - |
| YUV | 213.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 115 | 0.12 | 0 | 0.51 | 0.07 | 73.88 | 0.76 | 0.69 |
| Hex | D0 | EC | 73 | C | 0 | 33 | 7 | 4A | 4C | 45 |
| Octal | 320 | 354 | 163 | 14 | 0 | 63 | 7 | 112 | 114 | 105 |
| Binary | 11010000 | 11101100 | 1110011 | 1100 | 0 | 110011 | 111 | 1001010 | 1001100 | 1000101 |
Color Harmonies of #D0EC73
Complementary color
Monochromatic Colors of #D0EC73
Black with #D0EC73
Text Example
Text Example
White with #D0EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC73; }
p { color: rgb(208,236,115); }
H1.HeaderClassName
{
color: #D0EC73;
}
.AnyTagClassName
{
color: #D0EC73;
}
</style>
background-color css
<style>
a { background-color: #D0EC73; }
a { background-color: rgb(208,236,115); }
div.DivClassName
{
background-color: #D0EC73;
}
.BgClassName
{
background-color: #D0EC73;
}
</style>
border-color css
<style>
span { border-color: #D0EC73; }
span { border-color: rgb(208,236,115); }
td.TdClassName
{
border-color: #D0EC73;
}
.TagClassName
{
border-color: #D0EC73;
}
</style>