Shades of Mindaro #D1E976
Tints of Mindaro #D1E976
RGB
CMYK
RGB Variations
Color information
#D1E976 (or 0xD1E976) is known color: Mindaro. HEX triplet: D1, E9 and 76. RGB value is (209,233,118). Sum of RGB (Red+Green+Blue) = 209+233+118=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E976 is #2E1689. Grayscale: #D5D5D5. Windows color (decimal): -3020426 or 7793105. OLE color: 7793105.
HSL color Cylindrical-coordinate representation of color #D1E976: hue angle of 72.52º 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 #D1E976 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 118 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.09 |
| HSL | 72.52º | 0.72% | 0.69% | - |
| HSV(B) | 72.52º | 0.49% | 0.91% | - |
| XYZ | 58.7 | 73.14 | 28.16 | - |
| YUV | 212.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 118 | 0.10 | 0 | 0.49 | 0.09 | 72.52 | 0.72 | 0.69 |
| Hex | D1 | E9 | 76 | A | 0 | 31 | 9 | 49 | 48 | 45 |
| Octal | 321 | 351 | 166 | 12 | 0 | 61 | 11 | 111 | 110 | 105 |
| Binary | 11010001 | 11101001 | 1110110 | 1010 | 0 | 110001 | 1001 | 1001001 | 1001000 | 1000101 |
Color Harmonies of #D1E976
Complementary color
Monochromatic Colors of #D1E976
Black with #D1E976
Text Example
Text Example
White with #D1E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E976; }
p { color: rgb(209,233,118); }
H1.HeaderClassName
{
color: #D1E976;
}
.AnyTagClassName
{
color: #D1E976;
}
</style>
background-color css
<style>
a { background-color: #D1E976; }
a { background-color: rgb(209,233,118); }
div.DivClassName
{
background-color: #D1E976;
}
.BgClassName
{
background-color: #D1E976;
}
</style>
border-color css
<style>
span { border-color: #D1E976; }
span { border-color: rgb(209,233,118); }
td.TdClassName
{
border-color: #D1E976;
}
.TagClassName
{
border-color: #D1E976;
}
</style>