Shades of Mindaro #D9E463
Tints of Mindaro #D9E463
RGB
CMYK
RGB Variations
Color information
#D9E463 (or 0xD9E463) is known color: Mindaro. HEX triplet: D9, E4 and 63. RGB value is (217,228,99). Sum of RGB (Red+Green+Blue) = 217+228+99=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E463 is #261B9C. Grayscale: #D2D2D2. Windows color (decimal): -2497437 or 6546649. OLE color: 6546649.
HSL color Cylindrical-coordinate representation of color #D9E463: hue angle of 65.12º degrees, saturation: 0.7, 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 #D9E463 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 99 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.11 |
| HSL | 65.12º | 0.7% | 0.64% | - |
| HSV(B) | 65.12º | 0.57% | 0.89% | - |
| XYZ | 58.61 | 71.14 | 22.45 | - |
| YUV | 210.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 99 | 0.05 | 0 | 0.57 | 0.11 | 65.12 | 0.7 | 0.64 |
| Hex | D9 | E4 | 63 | 5 | 0 | 39 | B | 41 | 46 | 40 |
| Octal | 331 | 344 | 143 | 5 | 0 | 71 | 13 | 101 | 106 | 100 |
| Binary | 11011001 | 11100100 | 1100011 | 101 | 0 | 111001 | 1011 | 1000001 | 1000110 | 1000000 |
Color Harmonies of #D9E463
Complementary color
Monochromatic Colors of #D9E463
Black with #D9E463
Text Example
Text Example
White with #D9E463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E463; }
p { color: rgb(217,228,99); }
H1.HeaderClassName
{
color: #D9E463;
}
.AnyTagClassName
{
color: #D9E463;
}
</style>
background-color css
<style>
a { background-color: #D9E463; }
a { background-color: rgb(217,228,99); }
div.DivClassName
{
background-color: #D9E463;
}
.BgClassName
{
background-color: #D9E463;
}
</style>
border-color css
<style>
span { border-color: #D9E463; }
span { border-color: rgb(217,228,99); }
td.TdClassName
{
border-color: #D9E463;
}
.TagClassName
{
border-color: #D9E463;
}
</style>