Shades of Mindaro #E2F16E
Tints of Mindaro #E2F16E
RGB
CMYK
RGB Variations
Color information
#E2F16E (or 0xE2F16E) is known color: Mindaro. HEX triplet: E2, F1 and 6E. RGB value is (226,241,110). Sum of RGB (Red+Green+Blue) = 226+241+110=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F16E is #1D0E91. Grayscale: #DEDEDE. Windows color (decimal): -1904274 or 7270882. OLE color: 7270882.
HSL color Cylindrical-coordinate representation of color #E2F16E: hue angle of 66.87º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2F16E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 110 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.05 |
| HSL | 66.87º | 0.82% | 0.69% | - |
| HSV(B) | 66.87º | 0.54% | 0.95% | - |
| XYZ | 65.63 | 80.21 | 26.77 | - |
| YUV | 221.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 110 | 0.06 | 0 | 0.54 | 0.05 | 66.87 | 0.82 | 0.69 |
| Hex | E2 | F1 | 6E | 6 | 0 | 36 | 5 | 43 | 52 | 45 |
| Octal | 342 | 361 | 156 | 6 | 0 | 66 | 5 | 103 | 122 | 105 |
| Binary | 11100010 | 11110001 | 1101110 | 110 | 0 | 110110 | 101 | 1000011 | 1010010 | 1000101 |
Color Harmonies of #E2F16E
Complementary color
Monochromatic Colors of #E2F16E
Black with #E2F16E
Text Example
Text Example
White with #E2F16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F16E; }
p { color: rgb(226,241,110); }
H1.HeaderClassName
{
color: #E2F16E;
}
.AnyTagClassName
{
color: #E2F16E;
}
</style>
background-color css
<style>
a { background-color: #E2F16E; }
a { background-color: rgb(226,241,110); }
div.DivClassName
{
background-color: #E2F16E;
}
.BgClassName
{
background-color: #E2F16E;
}
</style>
border-color css
<style>
span { border-color: #E2F16E; }
span { border-color: rgb(226,241,110); }
td.TdClassName
{
border-color: #E2F16E;
}
.TagClassName
{
border-color: #E2F16E;
}
</style>