Shades of Mindaro #E5F77A
Tints of Mindaro #E5F77A
RGB
CMYK
RGB Variations
Color information
#E5F77A (or 0xE5F77A) is known color: Mindaro. HEX triplet: E5, F7 and 7A. RGB value is (229,247,122). Sum of RGB (Red+Green+Blue) = 229+247+122=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #E5F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F77A is #1A0885. Grayscale: #E3E3E3. Windows color (decimal): -1706118 or 8058853. OLE color: 8058853.
HSL color Cylindrical-coordinate representation of color #E5F77A: hue angle of 68.64º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5F77A is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 247 | 122 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.03 |
| HSL | 68.64º | 0.89% | 0.72% | - |
| HSV(B) | 68.64º | 0.51% | 0.97% | - |
| XYZ | 69.09 | 84.58 | 31.1 | - |
| YUV | 227.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 247 | 122 | 0.07 | 0 | 0.51 | 0.03 | 68.64 | 0.89 | 0.72 |
| Hex | E5 | F7 | 7A | 7 | 0 | 33 | 3 | 45 | 59 | 48 |
| Octal | 345 | 367 | 172 | 7 | 0 | 63 | 3 | 105 | 131 | 110 |
| Binary | 11100101 | 11110111 | 1111010 | 111 | 0 | 110011 | 11 | 1000101 | 1011001 | 1001000 |
Color Harmonies of #E5F77A
Complementary color
Monochromatic Colors of #E5F77A
Black with #E5F77A
Text Example
Text Example
White with #E5F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F77A; }
p { color: rgb(229,247,122); }
H1.HeaderClassName
{
color: #E5F77A;
}
.AnyTagClassName
{
color: #E5F77A;
}
</style>
background-color css
<style>
a { background-color: #E5F77A; }
a { background-color: rgb(229,247,122); }
div.DivClassName
{
background-color: #E5F77A;
}
.BgClassName
{
background-color: #E5F77A;
}
</style>
border-color css
<style>
span { border-color: #E5F77A; }
span { border-color: rgb(229,247,122); }
td.TdClassName
{
border-color: #E5F77A;
}
.TagClassName
{
border-color: #E5F77A;
}
</style>