Shades of Mindaro #D9E282
Tints of Mindaro #D9E282
RGB
CMYK
RGB Variations
Color information
#D9E282 (or 0xD9E282) is known color: Mindaro. HEX triplet: D9, E2 and 82. RGB value is (217,226,130). Sum of RGB (Red+Green+Blue) = 217+226+130=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E282 is #261D7D. Grayscale: #D4D4D4. Windows color (decimal): -2497918 or 8577753. OLE color: 8577753.
HSL color Cylindrical-coordinate representation of color #D9E282: hue angle of 65.62º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9E282 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 130 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.11 |
| HSL | 65.63º | 0.62% | 0.7% | - |
| HSV(B) | 65.63º | 0.42% | 0.89% | - |
| XYZ | 59.84 | 70.76 | 31.62 | - |
| YUV | 212.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 130 | 0.04 | 0 | 0.42 | 0.11 | 65.63 | 0.62 | 0.7 |
| Hex | D9 | E2 | 82 | 4 | 0 | 2A | B | 42 | 3E | 46 |
| Octal | 331 | 342 | 202 | 4 | 0 | 52 | 13 | 102 | 76 | 106 |
| Binary | 11011001 | 11100010 | 10000010 | 100 | 0 | 101010 | 1011 | 1000010 | 111110 | 1000110 |
Color Harmonies of #D9E282
Complementary color
Monochromatic Colors of #D9E282
Black with #D9E282
Text Example
Text Example
White with #D9E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E282; }
p { color: rgb(217,226,130); }
H1.HeaderClassName
{
color: #D9E282;
}
.AnyTagClassName
{
color: #D9E282;
}
</style>
background-color css
<style>
a { background-color: #D9E282; }
a { background-color: rgb(217,226,130); }
div.DivClassName
{
background-color: #D9E282;
}
.BgClassName
{
background-color: #D9E282;
}
</style>
border-color css
<style>
span { border-color: #D9E282; }
span { border-color: rgb(217,226,130); }
td.TdClassName
{
border-color: #D9E282;
}
.TagClassName
{
border-color: #D9E282;
}
</style>