Shades of Mindaro #E4FF7A
Tints of Mindaro #E4FF7A
RGB
CMYK
RGB Variations
Color information
#E4FF7A (or 0xE4FF7A) is known color: Mindaro. HEX triplet: E4, FF and 7A. RGB value is (228,255,122). Sum of RGB (Red+Green+Blue) = 228+255+122=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 122 (48.05% from 255 or 20.17% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FF7A is #1B0085. Grayscale: #E8E8E8. Windows color (decimal): -1769606 or 8060900. OLE color: 8060900.
HSL color Cylindrical-coordinate representation of color #E4FF7A: hue angle of 72.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4FF7A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 122 | - |
| CMYK | 0.11 | 0 | 0.52 | 0 |
| HSL | 72.18º | 1% | 0.74% | - |
| HSV(B) | 72.18º | 0.52% | 1% | - |
| XYZ | 71.27 | 89.42 | 31.92 | - |
| YUV | 231.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 122 | 0.11 | 0 | 0.52 | 0 | 72.18 | 1 | 0.74 |
| Hex | E4 | FF | 7A | B | 0 | 34 | 0 | 48 | 64 | 4A |
| Octal | 344 | 377 | 172 | 13 | 0 | 64 | 0 | 110 | 144 | 112 |
| Binary | 11100100 | 11111111 | 1111010 | 1011 | 0 | 110100 | 0 | 1001000 | 1100100 | 1001010 |
Color Harmonies of #E4FF7A
Complementary color
Monochromatic Colors of #E4FF7A
Black with #E4FF7A
Text Example
Text Example
White with #E4FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF7A; }
p { color: rgb(228,255,122); }
H1.HeaderClassName
{
color: #E4FF7A;
}
.AnyTagClassName
{
color: #E4FF7A;
}
</style>
background-color css
<style>
a { background-color: #E4FF7A; }
a { background-color: rgb(228,255,122); }
div.DivClassName
{
background-color: #E4FF7A;
}
.BgClassName
{
background-color: #E4FF7A;
}
</style>
border-color css
<style>
span { border-color: #E4FF7A; }
span { border-color: rgb(228,255,122); }
td.TdClassName
{
border-color: #E4FF7A;
}
.TagClassName
{
border-color: #E4FF7A;
}
</style>