Shades of Mindaro #D1EF6F
Tints of Mindaro #D1EF6F
RGB
CMYK
RGB Variations
Color information
#D1EF6F (or 0xD1EF6F) is known color: Mindaro. HEX triplet: D1, EF and 6F. RGB value is (209,239,111). Sum of RGB (Red+Green+Blue) = 209+239+111=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF6F is #2E1090. Grayscale: #D7D7D7. Windows color (decimal): -3018897 or 7335889. OLE color: 7335889.
HSL color Cylindrical-coordinate representation of color #D1EF6F: hue angle of 74.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1EF6F is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 111 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.06 |
| HSL | 74.06º | 0.8% | 0.69% | - |
| HSV(B) | 74.06º | 0.54% | 0.94% | - |
| XYZ | 60.03 | 76.44 | 26.63 | - |
| YUV | 215.44 | 69.06 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 111 | 0.13 | 0 | 0.54 | 0.06 | 74.06 | 0.8 | 0.69 |
| Hex | D1 | EF | 6F | D | 0 | 36 | 6 | 4A | 50 | 45 |
| Octal | 321 | 357 | 157 | 15 | 0 | 66 | 6 | 112 | 120 | 105 |
| Binary | 11010001 | 11101111 | 1101111 | 1101 | 0 | 110110 | 110 | 1001010 | 1010000 | 1000101 |
Color Harmonies of #D1EF6F
Complementary color
Monochromatic Colors of #D1EF6F
Black with #D1EF6F
Text Example
Text Example
White with #D1EF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF6F; }
p { color: rgb(209,239,111); }
H1.HeaderClassName
{
color: #D1EF6F;
}
.AnyTagClassName
{
color: #D1EF6F;
}
</style>
background-color css
<style>
a { background-color: #D1EF6F; }
a { background-color: rgb(209,239,111); }
div.DivClassName
{
background-color: #D1EF6F;
}
.BgClassName
{
background-color: #D1EF6F;
}
</style>
border-color css
<style>
span { border-color: #D1EF6F; }
span { border-color: rgb(209,239,111); }
td.TdClassName
{
border-color: #D1EF6F;
}
.TagClassName
{
border-color: #D1EF6F;
}
</style>