Shades of Mindaro #D8E96D
Tints of Mindaro #D8E96D
RGB
CMYK
RGB Variations
Color information
#D8E96D (or 0xD8E96D) is known color: Mindaro. HEX triplet: D8, E9 and 6D. RGB value is (216,233,109). Sum of RGB (Red+Green+Blue) = 216+233+109=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E96D is #271692. Grayscale: #D6D6D6. Windows color (decimal): -2561683 or 7203288. OLE color: 7203288.
HSL color Cylindrical-coordinate representation of color #D8E96D: hue angle of 68.23º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8E96D is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 233 | 109 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.09 |
| HSL | 68.23º | 0.74% | 0.67% | - |
| HSV(B) | 68.23º | 0.53% | 0.91% | - |
| XYZ | 60.22 | 73.98 | 25.57 | - |
| YUV | 213.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 233 | 109 | 0.07 | 0 | 0.53 | 0.09 | 68.23 | 0.74 | 0.67 |
| Hex | D8 | E9 | 6D | 7 | 0 | 35 | 9 | 44 | 4A | 43 |
| Octal | 330 | 351 | 155 | 7 | 0 | 65 | 11 | 104 | 112 | 103 |
| Binary | 11011000 | 11101001 | 1101101 | 111 | 0 | 110101 | 1001 | 1000100 | 1001010 | 1000011 |
Color Harmonies of #D8E96D
Complementary color
Monochromatic Colors of #D8E96D
Black with #D8E96D
Text Example
Text Example
White with #D8E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E96D; }
p { color: rgb(216,233,109); }
H1.HeaderClassName
{
color: #D8E96D;
}
.AnyTagClassName
{
color: #D8E96D;
}
</style>
background-color css
<style>
a { background-color: #D8E96D; }
a { background-color: rgb(216,233,109); }
div.DivClassName
{
background-color: #D8E96D;
}
.BgClassName
{
background-color: #D8E96D;
}
</style>
border-color css
<style>
span { border-color: #D8E96D; }
span { border-color: rgb(216,233,109); }
td.TdClassName
{
border-color: #D8E96D;
}
.TagClassName
{
border-color: #D8E96D;
}
</style>