Shades of Mindaro #E3F07A
Tints of Mindaro #E3F07A
RGB
CMYK
RGB Variations
Color information
#E3F07A (or 0xE3F07A) is known color: Mindaro. HEX triplet: E3, F0 and 7A. RGB value is (227,240,122). Sum of RGB (Red+Green+Blue) = 227+240+122=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #E3F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3F07A is #1C0F85. Grayscale: #DFDFDF. Windows color (decimal): -1838982 or 8057059. OLE color: 8057059.
HSL color Cylindrical-coordinate representation of color #E3F07A: hue angle of 66.61º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E3F07A is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 240 | 122 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.06 |
| HSL | 66.61º | 0.8% | 0.71% | - |
| HSV(B) | 66.61º | 0.49% | 0.94% | - |
| XYZ | 66.35 | 80.06 | 30.37 | - |
| YUV | 222.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 240 | 122 | 0.05 | 0 | 0.49 | 0.06 | 66.61 | 0.8 | 0.71 |
| Hex | E3 | F0 | 7A | 5 | 0 | 31 | 6 | 43 | 50 | 47 |
| Octal | 343 | 360 | 172 | 5 | 0 | 61 | 6 | 103 | 120 | 107 |
| Binary | 11100011 | 11110000 | 1111010 | 101 | 0 | 110001 | 110 | 1000011 | 1010000 | 1000111 |
Color Harmonies of #E3F07A
Complementary color
Monochromatic Colors of #E3F07A
Black with #E3F07A
Text Example
Text Example
White with #E3F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F07A; }
p { color: rgb(227,240,122); }
H1.HeaderClassName
{
color: #E3F07A;
}
.AnyTagClassName
{
color: #E3F07A;
}
</style>
background-color css
<style>
a { background-color: #E3F07A; }
a { background-color: rgb(227,240,122); }
div.DivClassName
{
background-color: #E3F07A;
}
.BgClassName
{
background-color: #E3F07A;
}
</style>
border-color css
<style>
span { border-color: #E3F07A; }
span { border-color: rgb(227,240,122); }
td.TdClassName
{
border-color: #E3F07A;
}
.TagClassName
{
border-color: #E3F07A;
}
</style>