Shades of Mindaro #D1EF76
Tints of Mindaro #D1EF76
RGB
CMYK
RGB Variations
Color information
#D1EF76 (or 0xD1EF76) is known color: Mindaro. HEX triplet: D1, EF and 76. RGB value is (209,239,118). Sum of RGB (Red+Green+Blue) = 209+239+118=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF76 is #2E1089. Grayscale: #D8D8D8. Windows color (decimal): -3018890 or 7794641. OLE color: 7794641.
HSL color Cylindrical-coordinate representation of color #D1EF76: hue angle of 74.88º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1EF76 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 118 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.06 |
| HSL | 74.88º | 0.79% | 0.7% | - |
| HSV(B) | 74.88º | 0.51% | 0.94% | - |
| XYZ | 60.43 | 76.6 | 28.74 | - |
| YUV | 216.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 118 | 0.13 | 0 | 0.51 | 0.06 | 74.88 | 0.79 | 0.7 |
| Hex | D1 | EF | 76 | D | 0 | 33 | 6 | 4B | 4F | 46 |
| Octal | 321 | 357 | 166 | 15 | 0 | 63 | 6 | 113 | 117 | 106 |
| Binary | 11010001 | 11101111 | 1110110 | 1101 | 0 | 110011 | 110 | 1001011 | 1001111 | 1000110 |
Color Harmonies of #D1EF76
Complementary color
Monochromatic Colors of #D1EF76
Black with #D1EF76
Text Example
Text Example
White with #D1EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF76; }
p { color: rgb(209,239,118); }
H1.HeaderClassName
{
color: #D1EF76;
}
.AnyTagClassName
{
color: #D1EF76;
}
</style>
background-color css
<style>
a { background-color: #D1EF76; }
a { background-color: rgb(209,239,118); }
div.DivClassName
{
background-color: #D1EF76;
}
.BgClassName
{
background-color: #D1EF76;
}
</style>
border-color css
<style>
span { border-color: #D1EF76; }
span { border-color: rgb(209,239,118); }
td.TdClassName
{
border-color: #D1EF76;
}
.TagClassName
{
border-color: #D1EF76;
}
</style>