Shades of Mindaro #D9E585
Tints of Mindaro #D9E585
RGB
CMYK
RGB Variations
Color information
#D9E585 (or 0xD9E585) is known color: Mindaro. HEX triplet: D9, E5 and 85. RGB value is (217,229,133). Sum of RGB (Red+Green+Blue) = 217+229+133=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E585 is #261A7A. Grayscale: #D6D6D6. Windows color (decimal): -2497147 or 8775129. OLE color: 8775129.
HSL color Cylindrical-coordinate representation of color #D9E585: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9E585 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 133 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.10 |
| HSL | 67.5º | 0.65% | 0.71% | - |
| HSV(B) | 67.5º | 0.42% | 0.9% | - |
| XYZ | 60.87 | 72.48 | 32.97 | - |
| YUV | 214.47 | 82.02 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 133 | 0.05 | 0 | 0.42 | 0.10 | 67.5 | 0.65 | 0.71 |
| Hex | D9 | E5 | 85 | 5 | 0 | 2A | A | 44 | 41 | 47 |
| Octal | 331 | 345 | 205 | 5 | 0 | 52 | 12 | 104 | 101 | 107 |
| Binary | 11011001 | 11100101 | 10000101 | 101 | 0 | 101010 | 1010 | 1000100 | 1000001 | 1000111 |
Color Harmonies of #D9E585
Complementary color
Monochromatic Colors of #D9E585
Black with #D9E585
Text Example
Text Example
White with #D9E585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E585; }
p { color: rgb(217,229,133); }
H1.HeaderClassName
{
color: #D9E585;
}
.AnyTagClassName
{
color: #D9E585;
}
</style>
background-color css
<style>
a { background-color: #D9E585; }
a { background-color: rgb(217,229,133); }
div.DivClassName
{
background-color: #D9E585;
}
.BgClassName
{
background-color: #D9E585;
}
</style>
border-color css
<style>
span { border-color: #D9E585; }
span { border-color: rgb(217,229,133); }
td.TdClassName
{
border-color: #D9E585;
}
.TagClassName
{
border-color: #D9E585;
}
</style>