Shades of Mindaro #D5E47E
Tints of Mindaro #D5E47E
RGB
CMYK
RGB Variations
Color information
#D5E47E (or 0xD5E47E) is known color: Mindaro. HEX triplet: D5, E4 and 7E. RGB value is (213,228,126). Sum of RGB (Red+Green+Blue) = 213+228+126=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E47E is #2A1B81. Grayscale: #D4D4D4. Windows color (decimal): -2759554 or 8316117. OLE color: 8316117.
HSL color Cylindrical-coordinate representation of color #D5E47E: hue angle of 68.82º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5E47E is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 126 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.11 |
| HSL | 68.82º | 0.65% | 0.69% | - |
| HSV(B) | 68.82º | 0.45% | 0.89% | - |
| XYZ | 58.95 | 71.14 | 30.36 | - |
| YUV | 211.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 126 | 0.07 | 0 | 0.45 | 0.11 | 68.82 | 0.65 | 0.69 |
| Hex | D5 | E4 | 7E | 7 | 0 | 2D | B | 45 | 41 | 45 |
| Octal | 325 | 344 | 176 | 7 | 0 | 55 | 13 | 105 | 101 | 105 |
| Binary | 11010101 | 11100100 | 1111110 | 111 | 0 | 101101 | 1011 | 1000101 | 1000001 | 1000101 |
Color Harmonies of #D5E47E
Complementary color
Monochromatic Colors of #D5E47E
Black with #D5E47E
Text Example
Text Example
White with #D5E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E47E; }
p { color: rgb(213,228,126); }
H1.HeaderClassName
{
color: #D5E47E;
}
.AnyTagClassName
{
color: #D5E47E;
}
</style>
background-color css
<style>
a { background-color: #D5E47E; }
a { background-color: rgb(213,228,126); }
div.DivClassName
{
background-color: #D5E47E;
}
.BgClassName
{
background-color: #D5E47E;
}
</style>
border-color css
<style>
span { border-color: #D5E47E; }
span { border-color: rgb(213,228,126); }
td.TdClassName
{
border-color: #D5E47E;
}
.TagClassName
{
border-color: #D5E47E;
}
</style>