Shades of Mindaro #D7EC7F
Tints of Mindaro #D7EC7F
RGB
CMYK
RGB Variations
Color information
#D7EC7F (or 0xD7EC7F) is known color: Mindaro. HEX triplet: D7, EC and 7F. RGB value is (215,236,127). Sum of RGB (Red+Green+Blue) = 215+236+127=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #D7EC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EC7F is #281380. Grayscale: #D9D9D9. Windows color (decimal): -2626433 or 8383703. OLE color: 8383703.
HSL color Cylindrical-coordinate representation of color #D7EC7F: hue angle of 71.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7EC7F is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 236 | 127 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.07 |
| HSL | 71.56º | 0.74% | 0.71% | - |
| HSV(B) | 71.56º | 0.46% | 0.93% | - |
| XYZ | 61.85 | 75.97 | 31.48 | - |
| YUV | 217.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 236 | 127 | 0.09 | 0 | 0.46 | 0.07 | 71.56 | 0.74 | 0.71 |
| Hex | D7 | EC | 7F | 9 | 0 | 2E | 7 | 48 | 4A | 47 |
| Octal | 327 | 354 | 177 | 11 | 0 | 56 | 7 | 110 | 112 | 107 |
| Binary | 11010111 | 11101100 | 1111111 | 1001 | 0 | 101110 | 111 | 1001000 | 1001010 | 1000111 |
Color Harmonies of #D7EC7F
Complementary color
Monochromatic Colors of #D7EC7F
Black with #D7EC7F
Text Example
Text Example
White with #D7EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EC7F; }
p { color: rgb(215,236,127); }
H1.HeaderClassName
{
color: #D7EC7F;
}
.AnyTagClassName
{
color: #D7EC7F;
}
</style>
background-color css
<style>
a { background-color: #D7EC7F; }
a { background-color: rgb(215,236,127); }
div.DivClassName
{
background-color: #D7EC7F;
}
.BgClassName
{
background-color: #D7EC7F;
}
</style>
border-color css
<style>
span { border-color: #D7EC7F; }
span { border-color: rgb(215,236,127); }
td.TdClassName
{
border-color: #D7EC7F;
}
.TagClassName
{
border-color: #D7EC7F;
}
</style>