Shades of Mindaro #D9E574
Tints of Mindaro #D9E574
RGB
CMYK
RGB Variations
Color information
#D9E574 (or 0xD9E574) is known color: Mindaro. HEX triplet: D9, E5 and 74. RGB value is (217,229,116). Sum of RGB (Red+Green+Blue) = 217+229+116=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E574 is #261A8B. Grayscale: #D4D4D4. Windows color (decimal): -2497164 or 7661017. OLE color: 7661017.
HSL color Cylindrical-coordinate representation of color #D9E574: hue angle of 66.37º 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 #D9E574 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 116 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.10 |
| HSL | 66.37º | 0.68% | 0.68% | - |
| HSV(B) | 66.37º | 0.49% | 0.9% | - |
| XYZ | 59.79 | 72.05 | 27.28 | - |
| YUV | 212.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 116 | 0.05 | 0 | 0.49 | 0.10 | 66.37 | 0.68 | 0.68 |
| Hex | D9 | E5 | 74 | 5 | 0 | 31 | A | 42 | 44 | 44 |
| Octal | 331 | 345 | 164 | 5 | 0 | 61 | 12 | 102 | 104 | 104 |
| Binary | 11011001 | 11100101 | 1110100 | 101 | 0 | 110001 | 1010 | 1000010 | 1000100 | 1000100 |
Color Harmonies of #D9E574
Complementary color
Monochromatic Colors of #D9E574
Black with #D9E574
Text Example
Text Example
White with #D9E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E574; }
p { color: rgb(217,229,116); }
H1.HeaderClassName
{
color: #D9E574;
}
.AnyTagClassName
{
color: #D9E574;
}
</style>
background-color css
<style>
a { background-color: #D9E574; }
a { background-color: rgb(217,229,116); }
div.DivClassName
{
background-color: #D9E574;
}
.BgClassName
{
background-color: #D9E574;
}
</style>
border-color css
<style>
span { border-color: #D9E574; }
span { border-color: rgb(217,229,116); }
td.TdClassName
{
border-color: #D9E574;
}
.TagClassName
{
border-color: #D9E574;
}
</style>