Shades of Mindaro #D9E382
Tints of Mindaro #D9E382
RGB
CMYK
RGB Variations
Color information
#D9E382 (or 0xD9E382) is known color: Mindaro. HEX triplet: D9, E3 and 82. RGB value is (217,227,130). Sum of RGB (Red+Green+Blue) = 217+227+130=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E382 is #261C7D. Grayscale: #D5D5D5. Windows color (decimal): -2497662 or 8578009. OLE color: 8578009.
HSL color Cylindrical-coordinate representation of color #D9E382: hue angle of 66.19º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9E382 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 130 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.11 |
| HSL | 66.19º | 0.63% | 0.7% | - |
| HSV(B) | 66.19º | 0.43% | 0.89% | - |
| XYZ | 60.11 | 71.3 | 31.71 | - |
| YUV | 212.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 130 | 0.04 | 0 | 0.43 | 0.11 | 66.19 | 0.63 | 0.7 |
| Hex | D9 | E3 | 82 | 4 | 0 | 2B | B | 42 | 3F | 46 |
| Octal | 331 | 343 | 202 | 4 | 0 | 53 | 13 | 102 | 77 | 106 |
| Binary | 11011001 | 11100011 | 10000010 | 100 | 0 | 101011 | 1011 | 1000010 | 111111 | 1000110 |
Color Harmonies of #D9E382
Complementary color
Monochromatic Colors of #D9E382
Black with #D9E382
Text Example
Text Example
White with #D9E382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E382; }
p { color: rgb(217,227,130); }
H1.HeaderClassName
{
color: #D9E382;
}
.AnyTagClassName
{
color: #D9E382;
}
</style>
background-color css
<style>
a { background-color: #D9E382; }
a { background-color: rgb(217,227,130); }
div.DivClassName
{
background-color: #D9E382;
}
.BgClassName
{
background-color: #D9E382;
}
</style>
border-color css
<style>
span { border-color: #D9E382; }
span { border-color: rgb(217,227,130); }
td.TdClassName
{
border-color: #D9E382;
}
.TagClassName
{
border-color: #D9E382;
}
</style>