Shades of Mindaro #E2F66D
Tints of Mindaro #E2F66D
RGB
CMYK
RGB Variations
Color information
#E2F66D (or 0xE2F66D) is known color: Mindaro. HEX triplet: E2, F6 and 6D. RGB value is (226,246,109). Sum of RGB (Red+Green+Blue) = 226+246+109=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F66D is #1D0992. Grayscale: #E0E0E0. Windows color (decimal): -1902995 or 7206626. OLE color: 7206626.
HSL color Cylindrical-coordinate representation of color #E2F66D: hue angle of 68.76º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2F66D is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 109 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.04 |
| HSL | 68.76º | 0.88% | 0.7% | - |
| HSV(B) | 68.76º | 0.56% | 0.96% | - |
| XYZ | 67.08 | 83.18 | 26.99 | - |
| YUV | 224.4 | 62.87 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 109 | 0.08 | 0 | 0.56 | 0.04 | 68.76 | 0.88 | 0.7 |
| Hex | E2 | F6 | 6D | 8 | 0 | 38 | 4 | 45 | 58 | 46 |
| Octal | 342 | 366 | 155 | 10 | 0 | 70 | 4 | 105 | 130 | 106 |
| Binary | 11100010 | 11110110 | 1101101 | 1000 | 0 | 111000 | 100 | 1000101 | 1011000 | 1000110 |
Color Harmonies of #E2F66D
Complementary color
Monochromatic Colors of #E2F66D
Black with #E2F66D
Text Example
Text Example
White with #E2F66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F66D; }
p { color: rgb(226,246,109); }
H1.HeaderClassName
{
color: #E2F66D;
}
.AnyTagClassName
{
color: #E2F66D;
}
</style>
background-color css
<style>
a { background-color: #E2F66D; }
a { background-color: rgb(226,246,109); }
div.DivClassName
{
background-color: #E2F66D;
}
.BgClassName
{
background-color: #E2F66D;
}
</style>
border-color css
<style>
span { border-color: #E2F66D; }
span { border-color: rgb(226,246,109); }
td.TdClassName
{
border-color: #E2F66D;
}
.TagClassName
{
border-color: #E2F66D;
}
</style>