Shades of Mindaro #D5EC7B
Tints of Mindaro #D5EC7B
RGB
CMYK
RGB Variations
Color information
#D5EC7B (or 0xD5EC7B) is known color: Mindaro. HEX triplet: D5, EC and 7B. RGB value is (213,236,123). Sum of RGB (Red+Green+Blue) = 213+236+123=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC7B is #2A1384. Grayscale: #D8D8D8. Windows color (decimal): -2757509 or 8121557. OLE color: 8121557.
HSL color Cylindrical-coordinate representation of color #D5EC7B: hue angle of 72.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5EC7B is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 123 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.07 |
| HSL | 72.21º | 0.75% | 0.7% | - |
| HSV(B) | 72.21º | 0.48% | 0.93% | - |
| XYZ | 61.01 | 75.57 | 30.11 | - |
| YUV | 216.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 123 | 0.10 | 0 | 0.48 | 0.07 | 72.21 | 0.75 | 0.7 |
| Hex | D5 | EC | 7B | A | 0 | 30 | 7 | 48 | 4B | 46 |
| Octal | 325 | 354 | 173 | 12 | 0 | 60 | 7 | 110 | 113 | 106 |
| Binary | 11010101 | 11101100 | 1111011 | 1010 | 0 | 110000 | 111 | 1001000 | 1001011 | 1000110 |
Color Harmonies of #D5EC7B
Complementary color
Monochromatic Colors of #D5EC7B
Black with #D5EC7B
Text Example
Text Example
White with #D5EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC7B; }
p { color: rgb(213,236,123); }
H1.HeaderClassName
{
color: #D5EC7B;
}
.AnyTagClassName
{
color: #D5EC7B;
}
</style>
background-color css
<style>
a { background-color: #D5EC7B; }
a { background-color: rgb(213,236,123); }
div.DivClassName
{
background-color: #D5EC7B;
}
.BgClassName
{
background-color: #D5EC7B;
}
</style>
border-color css
<style>
span { border-color: #D5EC7B; }
span { border-color: rgb(213,236,123); }
td.TdClassName
{
border-color: #D5EC7B;
}
.TagClassName
{
border-color: #D5EC7B;
}
</style>