Shades of Mindaro #D1EC70
Tints of Mindaro #D1EC70
RGB
CMYK
RGB Variations
Color information
#D1EC70 (or 0xD1EC70) is known color: Mindaro. HEX triplet: D1, EC and 70. RGB value is (209,236,112). Sum of RGB (Red+Green+Blue) = 209+236+112=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EC70 is #2E138F. Grayscale: #D6D6D6. Windows color (decimal): -3019664 or 7400657. OLE color: 7400657.
HSL color Cylindrical-coordinate representation of color #D1EC70: hue angle of 73.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1EC70 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 112 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.07 |
| HSL | 73.06º | 0.77% | 0.68% | - |
| HSV(B) | 73.06º | 0.53% | 0.93% | - |
| XYZ | 59.21 | 74.72 | 26.63 | - |
| YUV | 213.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 112 | 0.11 | 0 | 0.53 | 0.07 | 73.06 | 0.77 | 0.68 |
| Hex | D1 | EC | 70 | B | 0 | 35 | 7 | 49 | 4D | 44 |
| Octal | 321 | 354 | 160 | 13 | 0 | 65 | 7 | 111 | 115 | 104 |
| Binary | 11010001 | 11101100 | 1110000 | 1011 | 0 | 110101 | 111 | 1001001 | 1001101 | 1000100 |
Color Harmonies of #D1EC70
Complementary color
Monochromatic Colors of #D1EC70
Black with #D1EC70
Text Example
Text Example
White with #D1EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC70; }
p { color: rgb(209,236,112); }
H1.HeaderClassName
{
color: #D1EC70;
}
.AnyTagClassName
{
color: #D1EC70;
}
</style>
background-color css
<style>
a { background-color: #D1EC70; }
a { background-color: rgb(209,236,112); }
div.DivClassName
{
background-color: #D1EC70;
}
.BgClassName
{
background-color: #D1EC70;
}
</style>
border-color css
<style>
span { border-color: #D1EC70; }
span { border-color: rgb(209,236,112); }
td.TdClassName
{
border-color: #D1EC70;
}
.TagClassName
{
border-color: #D1EC70;
}
</style>