Shades of Mindaro #D8E266
Tints of Mindaro #D8E266
RGB
CMYK
RGB Variations
Color information
#D8E266 (or 0xD8E266) is known color: Mindaro. HEX triplet: D8, E2 and 66. RGB value is (216,226,102). Sum of RGB (Red+Green+Blue) = 216+226+102=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E266 is #271D99. Grayscale: #D1D1D1. Windows color (decimal): -2563482 or 6742744. OLE color: 6742744.
HSL color Cylindrical-coordinate representation of color #D8E266: hue angle of 64.84º 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 #D8E266 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 102 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.11 |
| HSL | 64.84º | 0.68% | 0.64% | - |
| HSV(B) | 64.84º | 0.55% | 0.89% | - |
| XYZ | 57.91 | 69.95 | 23.02 | - |
| YUV | 208.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 102 | 0.04 | 0 | 0.55 | 0.11 | 64.84 | 0.68 | 0.64 |
| Hex | D8 | E2 | 66 | 4 | 0 | 37 | B | 41 | 44 | 40 |
| Octal | 330 | 342 | 146 | 4 | 0 | 67 | 13 | 101 | 104 | 100 |
| Binary | 11011000 | 11100010 | 1100110 | 100 | 0 | 110111 | 1011 | 1000001 | 1000100 | 1000000 |
Color Harmonies of #D8E266
Complementary color
Monochromatic Colors of #D8E266
Black with #D8E266
Text Example
Text Example
White with #D8E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E266; }
p { color: rgb(216,226,102); }
H1.HeaderClassName
{
color: #D8E266;
}
.AnyTagClassName
{
color: #D8E266;
}
</style>
background-color css
<style>
a { background-color: #D8E266; }
a { background-color: rgb(216,226,102); }
div.DivClassName
{
background-color: #D8E266;
}
.BgClassName
{
background-color: #D8E266;
}
</style>
border-color css
<style>
span { border-color: #D8E266; }
span { border-color: rgb(216,226,102); }
td.TdClassName
{
border-color: #D8E266;
}
.TagClassName
{
border-color: #D8E266;
}
</style>