Shades of Mindaro #D8E976
Tints of Mindaro #D8E976
RGB
CMYK
RGB Variations
Color information
#D8E976 (or 0xD8E976) is known color: Mindaro. HEX triplet: D8, E9 and 76. RGB value is (216,233,118). Sum of RGB (Red+Green+Blue) = 216+233+118=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E976 is #271689. Grayscale: #D7D7D7. Windows color (decimal): -2561674 or 7793112. OLE color: 7793112.
HSL color Cylindrical-coordinate representation of color #D8E976: hue angle of 68.87º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8E976 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 233 | 118 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.09 |
| HSL | 68.87º | 0.72% | 0.69% | - |
| HSV(B) | 68.87º | 0.49% | 0.91% | - |
| XYZ | 60.73 | 74.18 | 28.26 | - |
| YUV | 214.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 233 | 118 | 0.07 | 0 | 0.49 | 0.09 | 68.87 | 0.72 | 0.69 |
| Hex | D8 | E9 | 76 | 7 | 0 | 31 | 9 | 45 | 48 | 45 |
| Octal | 330 | 351 | 166 | 7 | 0 | 61 | 11 | 105 | 110 | 105 |
| Binary | 11011000 | 11101001 | 1110110 | 111 | 0 | 110001 | 1001 | 1000101 | 1001000 | 1000101 |
Color Harmonies of #D8E976
Complementary color
Monochromatic Colors of #D8E976
Black with #D8E976
Text Example
Text Example
White with #D8E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E976; }
p { color: rgb(216,233,118); }
H1.HeaderClassName
{
color: #D8E976;
}
.AnyTagClassName
{
color: #D8E976;
}
</style>
background-color css
<style>
a { background-color: #D8E976; }
a { background-color: rgb(216,233,118); }
div.DivClassName
{
background-color: #D8E976;
}
.BgClassName
{
background-color: #D8E976;
}
</style>
border-color css
<style>
span { border-color: #D8E976; }
span { border-color: rgb(216,233,118); }
td.TdClassName
{
border-color: #D8E976;
}
.TagClassName
{
border-color: #D8E976;
}
</style>