Shades of Mindaro #D5EC7D
Tints of Mindaro #D5EC7D
RGB
CMYK
RGB Variations
Color information
#D5EC7D (or 0xD5EC7D) is known color: Mindaro. HEX triplet: D5, EC and 7D. RGB value is (213,236,125). Sum of RGB (Red+Green+Blue) = 213+236+125=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC7D is #2A1382. Grayscale: #D8D8D8. Windows color (decimal): -2757507 or 8252629. OLE color: 8252629.
HSL color Cylindrical-coordinate representation of color #D5EC7D: hue angle of 72.43º 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 #D5EC7D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 125 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.07 |
| HSL | 72.43º | 0.74% | 0.71% | - |
| HSV(B) | 72.43º | 0.47% | 0.93% | - |
| XYZ | 61.14 | 75.62 | 30.78 | - |
| YUV | 216.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 125 | 0.10 | 0 | 0.47 | 0.07 | 72.43 | 0.74 | 0.71 |
| Hex | D5 | EC | 7D | A | 0 | 2F | 7 | 48 | 4A | 47 |
| Octal | 325 | 354 | 175 | 12 | 0 | 57 | 7 | 110 | 112 | 107 |
| Binary | 11010101 | 11101100 | 1111101 | 1010 | 0 | 101111 | 111 | 1001000 | 1001010 | 1000111 |
Color Harmonies of #D5EC7D
Complementary color
Monochromatic Colors of #D5EC7D
Black with #D5EC7D
Text Example
Text Example
White with #D5EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC7D; }
p { color: rgb(213,236,125); }
H1.HeaderClassName
{
color: #D5EC7D;
}
.AnyTagClassName
{
color: #D5EC7D;
}
</style>
background-color css
<style>
a { background-color: #D5EC7D; }
a { background-color: rgb(213,236,125); }
div.DivClassName
{
background-color: #D5EC7D;
}
.BgClassName
{
background-color: #D5EC7D;
}
</style>
border-color css
<style>
span { border-color: #D5EC7D; }
span { border-color: rgb(213,236,125); }
td.TdClassName
{
border-color: #D5EC7D;
}
.TagClassName
{
border-color: #D5EC7D;
}
</style>