Shades of Mindaro #D9E264
Tints of Mindaro #D9E264
RGB
CMYK
RGB Variations
Color information
#D9E264 (or 0xD9E264) is known color: Mindaro. HEX triplet: D9, E2 and 64. RGB value is (217,226,100). Sum of RGB (Red+Green+Blue) = 217+226+100=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E264 is #261D9B. Grayscale: #D1D1D1. Windows color (decimal): -2497948 or 6611673. OLE color: 6611673.
HSL color Cylindrical-coordinate representation of color #D9E264: hue angle of 64.29º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9E264 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 100 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.11 |
| HSL | 64.29º | 0.68% | 0.64% | - |
| HSV(B) | 64.29º | 0.56% | 0.89% | - |
| XYZ | 58.11 | 70.06 | 22.52 | - |
| YUV | 208.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 100 | 0.04 | 0 | 0.56 | 0.11 | 64.29 | 0.68 | 0.64 |
| Hex | D9 | E2 | 64 | 4 | 0 | 38 | B | 40 | 44 | 40 |
| Octal | 331 | 342 | 144 | 4 | 0 | 70 | 13 | 100 | 104 | 100 |
| Binary | 11011001 | 11100010 | 1100100 | 100 | 0 | 111000 | 1011 | 1000000 | 1000100 | 1000000 |
Color Harmonies of #D9E264
Complementary color
Monochromatic Colors of #D9E264
Black with #D9E264
Text Example
Text Example
White with #D9E264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E264; }
p { color: rgb(217,226,100); }
H1.HeaderClassName
{
color: #D9E264;
}
.AnyTagClassName
{
color: #D9E264;
}
</style>
background-color css
<style>
a { background-color: #D9E264; }
a { background-color: rgb(217,226,100); }
div.DivClassName
{
background-color: #D9E264;
}
.BgClassName
{
background-color: #D9E264;
}
</style>
border-color css
<style>
span { border-color: #D9E264; }
span { border-color: rgb(217,226,100); }
td.TdClassName
{
border-color: #D9E264;
}
.TagClassName
{
border-color: #D9E264;
}
</style>