Shades of Mindaro #D9E266
Tints of Mindaro #D9E266
RGB
CMYK
RGB Variations
Color information
#D9E266 (or 0xD9E266) is known color: Mindaro. HEX triplet: D9, E2 and 66. RGB value is (217,226,102). Sum of RGB (Red+Green+Blue) = 217+226+102=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E266 is #261D99. Grayscale: #D1D1D1. Windows color (decimal): -2497946 or 6742745. OLE color: 6742745.
HSL color Cylindrical-coordinate representation of color #D9E266: hue angle of 64.35º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9E266 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 102 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.11 |
| HSL | 64.35º | 0.68% | 0.64% | - |
| HSV(B) | 64.35º | 0.55% | 0.89% | - |
| XYZ | 58.21 | 70.1 | 23.03 | - |
| YUV | 209.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 102 | 0.04 | 0 | 0.55 | 0.11 | 64.35 | 0.68 | 0.64 |
| Hex | D9 | E2 | 66 | 4 | 0 | 37 | B | 40 | 44 | 40 |
| Octal | 331 | 342 | 146 | 4 | 0 | 67 | 13 | 100 | 104 | 100 |
| Binary | 11011001 | 11100010 | 1100110 | 100 | 0 | 110111 | 1011 | 1000000 | 1000100 | 1000000 |
Color Harmonies of #D9E266
Complementary color
Monochromatic Colors of #D9E266
Black with #D9E266
Text Example
Text Example
White with #D9E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E266; }
p { color: rgb(217,226,102); }
H1.HeaderClassName
{
color: #D9E266;
}
.AnyTagClassName
{
color: #D9E266;
}
</style>
background-color css
<style>
a { background-color: #D9E266; }
a { background-color: rgb(217,226,102); }
div.DivClassName
{
background-color: #D9E266;
}
.BgClassName
{
background-color: #D9E266;
}
</style>
border-color css
<style>
span { border-color: #D9E266; }
span { border-color: rgb(217,226,102); }
td.TdClassName
{
border-color: #D9E266;
}
.TagClassName
{
border-color: #D9E266;
}
</style>