Shades of Mindaro #D8E36D
Tints of Mindaro #D8E36D
RGB
CMYK
RGB Variations
Color information
#D8E36D (or 0xD8E36D) is known color: Mindaro. HEX triplet: D8, E3 and 6D. RGB value is (216,227,109). Sum of RGB (Red+Green+Blue) = 216+227+109=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E36D is #271C92. Grayscale: #D2D2D2. Windows color (decimal): -2563219 or 7201752. OLE color: 7201752.
HSL color Cylindrical-coordinate representation of color #D8E36D: hue angle of 65.59º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8E36D is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 227 | 109 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.11 |
| HSL | 65.59º | 0.68% | 0.66% | - |
| HSV(B) | 65.59º | 0.52% | 0.89% | - |
| XYZ | 58.55 | 70.64 | 25.02 | - |
| YUV | 210.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 227 | 109 | 0.05 | 0 | 0.52 | 0.11 | 65.59 | 0.68 | 0.66 |
| Hex | D8 | E3 | 6D | 5 | 0 | 34 | B | 42 | 44 | 42 |
| Octal | 330 | 343 | 155 | 5 | 0 | 64 | 13 | 102 | 104 | 102 |
| Binary | 11011000 | 11100011 | 1101101 | 101 | 0 | 110100 | 1011 | 1000010 | 1000100 | 1000010 |
Color Harmonies of #D8E36D
Complementary color
Monochromatic Colors of #D8E36D
Black with #D8E36D
Text Example
Text Example
White with #D8E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E36D; }
p { color: rgb(216,227,109); }
H1.HeaderClassName
{
color: #D8E36D;
}
.AnyTagClassName
{
color: #D8E36D;
}
</style>
background-color css
<style>
a { background-color: #D8E36D; }
a { background-color: rgb(216,227,109); }
div.DivClassName
{
background-color: #D8E36D;
}
.BgClassName
{
background-color: #D8E36D;
}
</style>
border-color css
<style>
span { border-color: #D8E36D; }
span { border-color: rgb(216,227,109); }
td.TdClassName
{
border-color: #D8E36D;
}
.TagClassName
{
border-color: #D8E36D;
}
</style>