Shades of Mindaro #E2FE6E
Tints of Mindaro #E2FE6E
RGB
CMYK
RGB Variations
Color information
#E2FE6E (or 0xE2FE6E) is known color: Mindaro. HEX triplet: E2, FE and 6E. RGB value is (226,254,110). Sum of RGB (Red+Green+Blue) = 226+254+110=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE6E is #1D0191. Grayscale: #E5E5E5. Windows color (decimal): -1900946 or 7274210. OLE color: 7274210.
HSL color Cylindrical-coordinate representation of color #E2FE6E: hue angle of 71.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2FE6E is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 110 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.00 |
| HSL | 71.67º | 0.99% | 0.71% | - |
| HSV(B) | 71.67º | 0.57% | 1% | - |
| XYZ | 69.62 | 88.18 | 28.1 | - |
| YUV | 229.21 | 60.72 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 110 | 0.11 | 0 | 0.57 | 0.00 | 71.67 | 0.99 | 0.71 |
| Hex | E2 | FE | 6E | B | 0 | 39 | 0 | 48 | 63 | 47 |
| Octal | 342 | 376 | 156 | 13 | 0 | 71 | 0 | 110 | 143 | 107 |
| Binary | 11100010 | 11111110 | 1101110 | 1011 | 0 | 111001 | 0 | 1001000 | 1100011 | 1000111 |
Color Harmonies of #E2FE6E
Complementary color
Monochromatic Colors of #E2FE6E
Black with #E2FE6E
Text Example
Text Example
White with #E2FE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE6E; }
p { color: rgb(226,254,110); }
H1.HeaderClassName
{
color: #E2FE6E;
}
.AnyTagClassName
{
color: #E2FE6E;
}
</style>
background-color css
<style>
a { background-color: #E2FE6E; }
a { background-color: rgb(226,254,110); }
div.DivClassName
{
background-color: #E2FE6E;
}
.BgClassName
{
background-color: #E2FE6E;
}
</style>
border-color css
<style>
span { border-color: #E2FE6E; }
span { border-color: rgb(226,254,110); }
td.TdClassName
{
border-color: #E2FE6E;
}
.TagClassName
{
border-color: #E2FE6E;
}
</style>