Shades of Mindaro #E2FE6D
Tints of Mindaro #E2FE6D
RGB
CMYK
RGB Variations
Color information
#E2FE6D (or 0xE2FE6D) is known color: Mindaro. HEX triplet: E2, FE and 6D. RGB value is (226,254,109). Sum of RGB (Red+Green+Blue) = 226+254+109=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE6D is #1D0192. Grayscale: #E5E5E5. Windows color (decimal): -1900947 or 7208674. OLE color: 7208674.
HSL color Cylindrical-coordinate representation of color #E2FE6D: hue angle of 71.59º 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 #E2FE6D is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 109 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.00 |
| HSL | 71.59º | 0.99% | 0.71% | - |
| HSV(B) | 71.59º | 0.57% | 1% | - |
| XYZ | 69.57 | 88.16 | 27.82 | - |
| YUV | 229.1 | 60.22 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 109 | 0.11 | 0 | 0.57 | 0.00 | 71.59 | 0.99 | 0.71 |
| Hex | E2 | FE | 6D | B | 0 | 39 | 0 | 48 | 63 | 47 |
| Octal | 342 | 376 | 155 | 13 | 0 | 71 | 0 | 110 | 143 | 107 |
| Binary | 11100010 | 11111110 | 1101101 | 1011 | 0 | 111001 | 0 | 1001000 | 1100011 | 1000111 |
Color Harmonies of #E2FE6D
Complementary color
Monochromatic Colors of #E2FE6D
Black with #E2FE6D
Text Example
Text Example
White with #E2FE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE6D; }
p { color: rgb(226,254,109); }
H1.HeaderClassName
{
color: #E2FE6D;
}
.AnyTagClassName
{
color: #E2FE6D;
}
</style>
background-color css
<style>
a { background-color: #E2FE6D; }
a { background-color: rgb(226,254,109); }
div.DivClassName
{
background-color: #E2FE6D;
}
.BgClassName
{
background-color: #E2FE6D;
}
</style>
border-color css
<style>
span { border-color: #E2FE6D; }
span { border-color: rgb(226,254,109); }
td.TdClassName
{
border-color: #E2FE6D;
}
.TagClassName
{
border-color: #E2FE6D;
}
</style>