Shades of Mindaro #D7E574
Tints of Mindaro #D7E574
RGB
CMYK
RGB Variations
Color information
#D7E574 (or 0xD7E574) is known color: Mindaro. HEX triplet: D7, E5 and 74. RGB value is (215,229,116). Sum of RGB (Red+Green+Blue) = 215+229+116=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E574 is #281A8B. Grayscale: #D4D4D4. Windows color (decimal): -2628236 or 7661015. OLE color: 7661015.
HSL color Cylindrical-coordinate representation of color #D7E574: hue angle of 67.43º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7E574 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 229 | 116 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.10 |
| HSL | 67.43º | 0.68% | 0.68% | - |
| HSV(B) | 67.43º | 0.49% | 0.9% | - |
| XYZ | 59.2 | 71.75 | 27.25 | - |
| YUV | 211.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 116 | 0.06 | 0 | 0.49 | 0.10 | 67.43 | 0.68 | 0.68 |
| Hex | D7 | E5 | 74 | 6 | 0 | 31 | A | 43 | 44 | 44 |
| Octal | 327 | 345 | 164 | 6 | 0 | 61 | 12 | 103 | 104 | 104 |
| Binary | 11010111 | 11100101 | 1110100 | 110 | 0 | 110001 | 1010 | 1000011 | 1000100 | 1000100 |
Color Harmonies of #D7E574
Complementary color
Monochromatic Colors of #D7E574
Black with #D7E574
Text Example
Text Example
White with #D7E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E574; }
p { color: rgb(215,229,116); }
H1.HeaderClassName
{
color: #D7E574;
}
.AnyTagClassName
{
color: #D7E574;
}
</style>
background-color css
<style>
a { background-color: #D7E574; }
a { background-color: rgb(215,229,116); }
div.DivClassName
{
background-color: #D7E574;
}
.BgClassName
{
background-color: #D7E574;
}
</style>
border-color css
<style>
span { border-color: #D7E574; }
span { border-color: rgb(215,229,116); }
td.TdClassName
{
border-color: #D7E574;
}
.TagClassName
{
border-color: #D7E574;
}
</style>