Shades of Mindaro #E4FC7A
Tints of Mindaro #E4FC7A
RGB
CMYK
RGB Variations
Color information
#E4FC7A (or 0xE4FC7A) is known color: Mindaro. HEX triplet: E4, FC and 7A. RGB value is (228,252,122). Sum of RGB (Red+Green+Blue) = 228+252+122=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #E4FC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FC7A is #1B0385. Grayscale: #E6E6E6. Windows color (decimal): -1770374 or 8060132. OLE color: 8060132.
HSL color Cylindrical-coordinate representation of color #E4FC7A: hue angle of 71.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4FC7A is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 252 | 122 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.01 |
| HSL | 71.08º | 0.96% | 0.73% | - |
| HSV(B) | 71.08º | 0.52% | 0.99% | - |
| XYZ | 70.32 | 87.52 | 31.6 | - |
| YUV | 230 | 67.05 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 252 | 122 | 0.10 | 0 | 0.52 | 0.01 | 71.08 | 0.96 | 0.73 |
| Hex | E4 | FC | 7A | A | 0 | 34 | 1 | 47 | 60 | 49 |
| Octal | 344 | 374 | 172 | 12 | 0 | 64 | 1 | 107 | 140 | 111 |
| Binary | 11100100 | 11111100 | 1111010 | 1010 | 0 | 110100 | 1 | 1000111 | 1100000 | 1001001 |
Color Harmonies of #E4FC7A
Complementary color
Monochromatic Colors of #E4FC7A
Black with #E4FC7A
Text Example
Text Example
White with #E4FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FC7A; }
p { color: rgb(228,252,122); }
H1.HeaderClassName
{
color: #E4FC7A;
}
.AnyTagClassName
{
color: #E4FC7A;
}
</style>
background-color css
<style>
a { background-color: #E4FC7A; }
a { background-color: rgb(228,252,122); }
div.DivClassName
{
background-color: #E4FC7A;
}
.BgClassName
{
background-color: #E4FC7A;
}
</style>
border-color css
<style>
span { border-color: #E4FC7A; }
span { border-color: rgb(228,252,122); }
td.TdClassName
{
border-color: #E4FC7A;
}
.TagClassName
{
border-color: #E4FC7A;
}
</style>