Shades of Mindaro #D7EC7D
Tints of Mindaro #D7EC7D
RGB
CMYK
RGB Variations
Color information
#D7EC7D (or 0xD7EC7D) is known color: Mindaro. HEX triplet: D7, EC and 7D. RGB value is (215,236,125). Sum of RGB (Red+Green+Blue) = 215+236+125=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #D7EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EC7D is #281382. Grayscale: #D9D9D9. Windows color (decimal): -2626435 or 8252631. OLE color: 8252631.
HSL color Cylindrical-coordinate representation of color #D7EC7D: hue angle of 71.35º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7EC7D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 236 | 125 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.07 |
| HSL | 71.35º | 0.74% | 0.71% | - |
| HSV(B) | 71.35º | 0.47% | 0.93% | - |
| XYZ | 61.72 | 75.92 | 30.8 | - |
| YUV | 217.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 236 | 125 | 0.09 | 0 | 0.47 | 0.07 | 71.35 | 0.74 | 0.71 |
| Hex | D7 | EC | 7D | 9 | 0 | 2F | 7 | 47 | 4A | 47 |
| Octal | 327 | 354 | 175 | 11 | 0 | 57 | 7 | 107 | 112 | 107 |
| Binary | 11010111 | 11101100 | 1111101 | 1001 | 0 | 101111 | 111 | 1000111 | 1001010 | 1000111 |
Color Harmonies of #D7EC7D
Complementary color
Monochromatic Colors of #D7EC7D
Black with #D7EC7D
Text Example
Text Example
White with #D7EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EC7D; }
p { color: rgb(215,236,125); }
H1.HeaderClassName
{
color: #D7EC7D;
}
.AnyTagClassName
{
color: #D7EC7D;
}
</style>
background-color css
<style>
a { background-color: #D7EC7D; }
a { background-color: rgb(215,236,125); }
div.DivClassName
{
background-color: #D7EC7D;
}
.BgClassName
{
background-color: #D7EC7D;
}
</style>
border-color css
<style>
span { border-color: #D7EC7D; }
span { border-color: rgb(215,236,125); }
td.TdClassName
{
border-color: #D7EC7D;
}
.TagClassName
{
border-color: #D7EC7D;
}
</style>