Shades of Mindaro #D9E462
Tints of Mindaro #D9E462
RGB
CMYK
RGB Variations
Color information
#D9E462 (or 0xD9E462) is known color: Mindaro. HEX triplet: D9, E4 and 62. RGB value is (217,228,98). Sum of RGB (Red+Green+Blue) = 217+228+98=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E462 is #261B9D. Grayscale: #D2D2D2. Windows color (decimal): -2497438 or 6481113. OLE color: 6481113.
HSL color Cylindrical-coordinate representation of color #D9E462: hue angle of 65.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9E462 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 98 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.11 |
| HSL | 65.08º | 0.71% | 0.64% | - |
| HSV(B) | 65.08º | 0.57% | 0.89% | - |
| XYZ | 58.56 | 71.12 | 22.2 | - |
| YUV | 209.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 98 | 0.05 | 0 | 0.57 | 0.11 | 65.08 | 0.71 | 0.64 |
| Hex | D9 | E4 | 62 | 5 | 0 | 39 | B | 41 | 47 | 40 |
| Octal | 331 | 344 | 142 | 5 | 0 | 71 | 13 | 101 | 107 | 100 |
| Binary | 11011001 | 11100100 | 1100010 | 101 | 0 | 111001 | 1011 | 1000001 | 1000111 | 1000000 |
Color Harmonies of #D9E462
Complementary color
Monochromatic Colors of #D9E462
Black with #D9E462
Text Example
Text Example
White with #D9E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E462; }
p { color: rgb(217,228,98); }
H1.HeaderClassName
{
color: #D9E462;
}
.AnyTagClassName
{
color: #D9E462;
}
</style>
background-color css
<style>
a { background-color: #D9E462; }
a { background-color: rgb(217,228,98); }
div.DivClassName
{
background-color: #D9E462;
}
.BgClassName
{
background-color: #D9E462;
}
</style>
border-color css
<style>
span { border-color: #D9E462; }
span { border-color: rgb(217,228,98); }
td.TdClassName
{
border-color: #D9E462;
}
.TagClassName
{
border-color: #D9E462;
}
</style>