Shades of Mindaro #E2FE73
Tints of Mindaro #E2FE73
RGB
CMYK
RGB Variations
Color information
#E2FE73 (or 0xE2FE73) is known color: Mindaro. HEX triplet: E2, FE and 73. RGB value is (226,254,115). Sum of RGB (Red+Green+Blue) = 226+254+115=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE73 is #1D018C. Grayscale: #E6E6E6. Windows color (decimal): -1900941 or 7601890. OLE color: 7601890.
HSL color Cylindrical-coordinate representation of color #E2FE73: hue angle of 72.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2FE73 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 115 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.00 |
| HSL | 72.09º | 0.99% | 0.72% | - |
| HSV(B) | 72.09º | 0.55% | 1% | - |
| XYZ | 69.9 | 88.29 | 29.58 | - |
| YUV | 229.78 | 63.22 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 115 | 0.11 | 0 | 0.55 | 0.00 | 72.09 | 0.99 | 0.72 |
| Hex | E2 | FE | 73 | B | 0 | 37 | 0 | 48 | 63 | 48 |
| Octal | 342 | 376 | 163 | 13 | 0 | 67 | 0 | 110 | 143 | 110 |
| Binary | 11100010 | 11111110 | 1110011 | 1011 | 0 | 110111 | 0 | 1001000 | 1100011 | 1001000 |
Color Harmonies of #E2FE73
Complementary color
Monochromatic Colors of #E2FE73
Black with #E2FE73
Text Example
Text Example
White with #E2FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE73; }
p { color: rgb(226,254,115); }
H1.HeaderClassName
{
color: #E2FE73;
}
.AnyTagClassName
{
color: #E2FE73;
}
</style>
background-color css
<style>
a { background-color: #E2FE73; }
a { background-color: rgb(226,254,115); }
div.DivClassName
{
background-color: #E2FE73;
}
.BgClassName
{
background-color: #E2FE73;
}
</style>
border-color css
<style>
span { border-color: #E2FE73; }
span { border-color: rgb(226,254,115); }
td.TdClassName
{
border-color: #E2FE73;
}
.TagClassName
{
border-color: #E2FE73;
}
</style>