Shades of Mindaro #D7E57E
Tints of Mindaro #D7E57E
RGB
CMYK
RGB Variations
Color information
#D7E57E (or 0xD7E57E) is known color: Mindaro. HEX triplet: D7, E5 and 7E. RGB value is (215,229,126). Sum of RGB (Red+Green+Blue) = 215+229+126=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E57E is #281A81. Grayscale: #D5D5D5. Windows color (decimal): -2628226 or 8316375. OLE color: 8316375.
HSL color Cylindrical-coordinate representation of color #D7E57E: hue angle of 68.16º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7E57E is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 229 | 126 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.10 |
| HSL | 68.16º | 0.66% | 0.7% | - |
| HSV(B) | 68.16º | 0.45% | 0.9% | - |
| XYZ | 59.81 | 71.99 | 30.48 | - |
| YUV | 213.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 126 | 0.06 | 0 | 0.45 | 0.10 | 68.16 | 0.66 | 0.7 |
| Hex | D7 | E5 | 7E | 6 | 0 | 2D | A | 44 | 42 | 46 |
| Octal | 327 | 345 | 176 | 6 | 0 | 55 | 12 | 104 | 102 | 106 |
| Binary | 11010111 | 11100101 | 1111110 | 110 | 0 | 101101 | 1010 | 1000100 | 1000010 | 1000110 |
Color Harmonies of #D7E57E
Complementary color
Monochromatic Colors of #D7E57E
Black with #D7E57E
Text Example
Text Example
White with #D7E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E57E; }
p { color: rgb(215,229,126); }
H1.HeaderClassName
{
color: #D7E57E;
}
.AnyTagClassName
{
color: #D7E57E;
}
</style>
background-color css
<style>
a { background-color: #D7E57E; }
a { background-color: rgb(215,229,126); }
div.DivClassName
{
background-color: #D7E57E;
}
.BgClassName
{
background-color: #D7E57E;
}
</style>
border-color css
<style>
span { border-color: #D7E57E; }
span { border-color: rgb(215,229,126); }
td.TdClassName
{
border-color: #D7E57E;
}
.TagClassName
{
border-color: #D7E57E;
}
</style>