Shades of Mindaro #E0FA7A
Tints of Mindaro #E0FA7A
RGB
CMYK
RGB Variations
Color information
#E0FA7A (or 0xE0FA7A) is known color: Mindaro. HEX triplet: E0, FA and 7A. RGB value is (224,250,122). Sum of RGB (Red+Green+Blue) = 224+250+122=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FA7A is #1F0585. Grayscale: #E4E4E4. Windows color (decimal): -2033030 or 8059616. OLE color: 8059616.
HSL color Cylindrical-coordinate representation of color #E0FA7A: hue angle of 72.19º 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 #E0FA7A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 122 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.02 |
| HSL | 72.19º | 0.93% | 0.73% | - |
| HSV(B) | 72.19º | 0.51% | 0.98% | - |
| XYZ | 68.44 | 85.62 | 31.33 | - |
| YUV | 227.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 122 | 0.10 | 0 | 0.51 | 0.02 | 72.19 | 0.93 | 0.73 |
| Hex | E0 | FA | 7A | A | 0 | 33 | 2 | 48 | 5D | 49 |
| Octal | 340 | 372 | 172 | 12 | 0 | 63 | 2 | 110 | 135 | 111 |
| Binary | 11100000 | 11111010 | 1111010 | 1010 | 0 | 110011 | 10 | 1001000 | 1011101 | 1001001 |
Color Harmonies of #E0FA7A
Complementary color
Monochromatic Colors of #E0FA7A
Black with #E0FA7A
Text Example
Text Example
White with #E0FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA7A; }
p { color: rgb(224,250,122); }
H1.HeaderClassName
{
color: #E0FA7A;
}
.AnyTagClassName
{
color: #E0FA7A;
}
</style>
background-color css
<style>
a { background-color: #E0FA7A; }
a { background-color: rgb(224,250,122); }
div.DivClassName
{
background-color: #E0FA7A;
}
.BgClassName
{
background-color: #E0FA7A;
}
</style>
border-color css
<style>
span { border-color: #E0FA7A; }
span { border-color: rgb(224,250,122); }
td.TdClassName
{
border-color: #E0FA7A;
}
.TagClassName
{
border-color: #E0FA7A;
}
</style>