Shades of Mindaro #D5EC70
Tints of Mindaro #D5EC70
RGB
CMYK
RGB Variations
Color information
#D5EC70 (or 0xD5EC70) is known color: Mindaro. HEX triplet: D5, EC and 70. RGB value is (213,236,112). Sum of RGB (Red+Green+Blue) = 213+236+112=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC70 is #2A138F. Grayscale: #D7D7D7. Windows color (decimal): -2757520 or 7400661. OLE color: 7400661.
HSL color Cylindrical-coordinate representation of color #D5EC70: hue angle of 71.13º 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 #D5EC70 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 112 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.07 |
| HSL | 71.13º | 0.77% | 0.68% | - |
| HSV(B) | 71.13º | 0.53% | 0.93% | - |
| XYZ | 60.36 | 75.31 | 26.68 | - |
| YUV | 214.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 112 | 0.10 | 0 | 0.53 | 0.07 | 71.13 | 0.77 | 0.68 |
| Hex | D5 | EC | 70 | A | 0 | 35 | 7 | 47 | 4D | 44 |
| Octal | 325 | 354 | 160 | 12 | 0 | 65 | 7 | 107 | 115 | 104 |
| Binary | 11010101 | 11101100 | 1110000 | 1010 | 0 | 110101 | 111 | 1000111 | 1001101 | 1000100 |
Color Harmonies of #D5EC70
Complementary color
Monochromatic Colors of #D5EC70
Black with #D5EC70
Text Example
Text Example
White with #D5EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC70; }
p { color: rgb(213,236,112); }
H1.HeaderClassName
{
color: #D5EC70;
}
.AnyTagClassName
{
color: #D5EC70;
}
</style>
background-color css
<style>
a { background-color: #D5EC70; }
a { background-color: rgb(213,236,112); }
div.DivClassName
{
background-color: #D5EC70;
}
.BgClassName
{
background-color: #D5EC70;
}
</style>
border-color css
<style>
span { border-color: #D5EC70; }
span { border-color: rgb(213,236,112); }
td.TdClassName
{
border-color: #D5EC70;
}
.TagClassName
{
border-color: #D5EC70;
}
</style>