Shades of Mindaro #D8E26A
Tints of Mindaro #D8E26A
RGB
CMYK
RGB Variations
Color information
#D8E26A (or 0xD8E26A) is known color: Mindaro. HEX triplet: D8, E2 and 6A. RGB value is (216,226,106). Sum of RGB (Red+Green+Blue) = 216+226+106=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E26A is #271D95. Grayscale: #D1D1D1. Windows color (decimal): -2563478 or 7004888. OLE color: 7004888.
HSL color Cylindrical-coordinate representation of color #D8E26A: hue angle of 65º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8E26A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 106 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 65º | 0.67% | 0.65% | - |
| HSV(B) | 65º | 0.53% | 0.89% | - |
| XYZ | 58.12 | 70.03 | 24.09 | - |
| YUV | 209.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 106 | 0.04 | 0 | 0.53 | 0.11 | 65 | 0.67 | 0.65 |
| Hex | D8 | E2 | 6A | 4 | 0 | 35 | B | 41 | 43 | 41 |
| Octal | 330 | 342 | 152 | 4 | 0 | 65 | 13 | 101 | 103 | 101 |
| Binary | 11011000 | 11100010 | 1101010 | 100 | 0 | 110101 | 1011 | 1000001 | 1000011 | 1000001 |
Color Harmonies of #D8E26A
Complementary color
Monochromatic Colors of #D8E26A
Black with #D8E26A
Text Example
Text Example
White with #D8E26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E26A; }
p { color: rgb(216,226,106); }
H1.HeaderClassName
{
color: #D8E26A;
}
.AnyTagClassName
{
color: #D8E26A;
}
</style>
background-color css
<style>
a { background-color: #D8E26A; }
a { background-color: rgb(216,226,106); }
div.DivClassName
{
background-color: #D8E26A;
}
.BgClassName
{
background-color: #D8E26A;
}
</style>
border-color css
<style>
span { border-color: #D8E26A; }
span { border-color: rgb(216,226,106); }
td.TdClassName
{
border-color: #D8E26A;
}
.TagClassName
{
border-color: #D8E26A;
}
</style>