Shades of Mindaro #E2FE6F
Tints of Mindaro #E2FE6F
RGB
CMYK
RGB Variations
Color information
#E2FE6F (or 0xE2FE6F) is known color: Mindaro. HEX triplet: E2, FE and 6F. RGB value is (226,254,111). Sum of RGB (Red+Green+Blue) = 226+254+111=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 111 (43.75% from 255 or 18.78% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE6F is #1D0190. Grayscale: #E5E5E5. Windows color (decimal): -1900945 or 7339746. OLE color: 7339746.
HSL color Cylindrical-coordinate representation of color #E2FE6F: hue angle of 71.75º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2FE6F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 111 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.00 |
| HSL | 71.75º | 0.99% | 0.72% | - |
| HSV(B) | 71.75º | 0.56% | 1% | - |
| XYZ | 69.68 | 88.2 | 28.39 | - |
| YUV | 229.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 111 | 0.11 | 0 | 0.56 | 0.00 | 71.75 | 0.99 | 0.72 |
| Hex | E2 | FE | 6F | B | 0 | 38 | 0 | 48 | 63 | 48 |
| Octal | 342 | 376 | 157 | 13 | 0 | 70 | 0 | 110 | 143 | 110 |
| Binary | 11100010 | 11111110 | 1101111 | 1011 | 0 | 111000 | 0 | 1001000 | 1100011 | 1001000 |
Color Harmonies of #E2FE6F
Complementary color
Monochromatic Colors of #E2FE6F
Black with #E2FE6F
Text Example
Text Example
White with #E2FE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE6F; }
p { color: rgb(226,254,111); }
H1.HeaderClassName
{
color: #E2FE6F;
}
.AnyTagClassName
{
color: #E2FE6F;
}
</style>
background-color css
<style>
a { background-color: #E2FE6F; }
a { background-color: rgb(226,254,111); }
div.DivClassName
{
background-color: #E2FE6F;
}
.BgClassName
{
background-color: #E2FE6F;
}
</style>
border-color css
<style>
span { border-color: #E2FE6F; }
span { border-color: rgb(226,254,111); }
td.TdClassName
{
border-color: #E2FE6F;
}
.TagClassName
{
border-color: #E2FE6F;
}
</style>