Shades of Mindaro #E5F77E
Tints of Mindaro #E5F77E
RGB
CMYK
RGB Variations
Color information
#E5F77E (or 0xE5F77E) is known color: Mindaro. HEX triplet: E5, F7 and 7E. RGB value is (229,247,126). Sum of RGB (Red+Green+Blue) = 229+247+126=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #E5F77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F77E is #1A0881. Grayscale: #E4E4E4. Windows color (decimal): -1706114 or 8320997. OLE color: 8320997.
HSL color Cylindrical-coordinate representation of color #E5F77E: hue angle of 68.93º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5F77E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 247 | 126 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.03 |
| HSL | 68.93º | 0.88% | 0.73% | - |
| HSV(B) | 68.93º | 0.49% | 0.97% | - |
| XYZ | 69.34 | 84.69 | 32.43 | - |
| YUV | 227.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 247 | 126 | 0.07 | 0 | 0.49 | 0.03 | 68.93 | 0.88 | 0.73 |
| Hex | E5 | F7 | 7E | 7 | 0 | 31 | 3 | 45 | 58 | 49 |
| Octal | 345 | 367 | 176 | 7 | 0 | 61 | 3 | 105 | 130 | 111 |
| Binary | 11100101 | 11110111 | 1111110 | 111 | 0 | 110001 | 11 | 1000101 | 1011000 | 1001001 |
Color Harmonies of #E5F77E
Complementary color
Monochromatic Colors of #E5F77E
Black with #E5F77E
Text Example
Text Example
White with #E5F77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F77E; }
p { color: rgb(229,247,126); }
H1.HeaderClassName
{
color: #E5F77E;
}
.AnyTagClassName
{
color: #E5F77E;
}
</style>
background-color css
<style>
a { background-color: #E5F77E; }
a { background-color: rgb(229,247,126); }
div.DivClassName
{
background-color: #E5F77E;
}
.BgClassName
{
background-color: #E5F77E;
}
</style>
border-color css
<style>
span { border-color: #E5F77E; }
span { border-color: rgb(229,247,126); }
td.TdClassName
{
border-color: #E5F77E;
}
.TagClassName
{
border-color: #E5F77E;
}
</style>