Shades of Mindaro #D1EF66
Tints of Mindaro #D1EF66
RGB
CMYK
RGB Variations
Color information
#D1EF66 (or 0xD1EF66) is known color: Mindaro. HEX triplet: D1, EF and 66. RGB value is (209,239,102). Sum of RGB (Red+Green+Blue) = 209+239+102=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF66 is #2E1099. Grayscale: #D6D6D6. Windows color (decimal): -3018906 or 6746065. OLE color: 6746065.
HSL color Cylindrical-coordinate representation of color #D1EF66: hue angle of 73.14º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1EF66 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 102 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.06 |
| HSL | 73.14º | 0.81% | 0.67% | - |
| HSV(B) | 73.14º | 0.57% | 0.94% | - |
| XYZ | 59.56 | 76.25 | 24.15 | - |
| YUV | 214.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 102 | 0.13 | 0 | 0.57 | 0.06 | 73.14 | 0.81 | 0.67 |
| Hex | D1 | EF | 66 | D | 0 | 39 | 6 | 49 | 51 | 43 |
| Octal | 321 | 357 | 146 | 15 | 0 | 71 | 6 | 111 | 121 | 103 |
| Binary | 11010001 | 11101111 | 1100110 | 1101 | 0 | 111001 | 110 | 1001001 | 1010001 | 1000011 |
Color Harmonies of #D1EF66
Complementary color
Monochromatic Colors of #D1EF66
Black with #D1EF66
Text Example
Text Example
White with #D1EF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF66; }
p { color: rgb(209,239,102); }
H1.HeaderClassName
{
color: #D1EF66;
}
.AnyTagClassName
{
color: #D1EF66;
}
</style>
background-color css
<style>
a { background-color: #D1EF66; }
a { background-color: rgb(209,239,102); }
div.DivClassName
{
background-color: #D1EF66;
}
.BgClassName
{
background-color: #D1EF66;
}
</style>
border-color css
<style>
span { border-color: #D1EF66; }
span { border-color: rgb(209,239,102); }
td.TdClassName
{
border-color: #D1EF66;
}
.TagClassName
{
border-color: #D1EF66;
}
</style>