Shades of Mindaro #E2FA7B
Tints of Mindaro #E2FA7B
RGB
CMYK
RGB Variations
Color information
#E2FA7B (or 0xE2FA7B) is known color: Mindaro. HEX triplet: E2, FA and 7B. RGB value is (226,250,123). Sum of RGB (Red+Green+Blue) = 226+250+123=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA7B is #1D0584. Grayscale: #E4E4E4. Windows color (decimal): -1901957 or 8125154. OLE color: 8125154.
HSL color Cylindrical-coordinate representation of color #E2FA7B: hue angle of 71.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2FA7B is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 123 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.02 |
| HSL | 71.34º | 0.93% | 0.73% | - |
| HSV(B) | 71.34º | 0.51% | 0.98% | - |
| XYZ | 69.12 | 85.97 | 31.69 | - |
| YUV | 228.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 123 | 0.10 | 0 | 0.51 | 0.02 | 71.34 | 0.93 | 0.73 |
| Hex | E2 | FA | 7B | A | 0 | 33 | 2 | 47 | 5D | 49 |
| Octal | 342 | 372 | 173 | 12 | 0 | 63 | 2 | 107 | 135 | 111 |
| Binary | 11100010 | 11111010 | 1111011 | 1010 | 0 | 110011 | 10 | 1000111 | 1011101 | 1001001 |
Color Harmonies of #E2FA7B
Complementary color
Monochromatic Colors of #E2FA7B
Black with #E2FA7B
Text Example
Text Example
White with #E2FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA7B; }
p { color: rgb(226,250,123); }
H1.HeaderClassName
{
color: #E2FA7B;
}
.AnyTagClassName
{
color: #E2FA7B;
}
</style>
background-color css
<style>
a { background-color: #E2FA7B; }
a { background-color: rgb(226,250,123); }
div.DivClassName
{
background-color: #E2FA7B;
}
.BgClassName
{
background-color: #E2FA7B;
}
</style>
border-color css
<style>
span { border-color: #E2FA7B; }
span { border-color: rgb(226,250,123); }
td.TdClassName
{
border-color: #E2FA7B;
}
.TagClassName
{
border-color: #E2FA7B;
}
</style>