Shades of Mindaro #E4F07C
Tints of Mindaro #E4F07C
RGB
CMYK
RGB Variations
Color information
#E4F07C (or 0xE4F07C) is known color: Mindaro. HEX triplet: E4, F0 and 7C. RGB value is (228,240,124). Sum of RGB (Red+Green+Blue) = 228+240+124=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F07C is #1B0F83. Grayscale: #DFDFDF. Windows color (decimal): -1773444 or 8188132. OLE color: 8188132.
HSL color Cylindrical-coordinate representation of color #E4F07C: hue angle of 66.21º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4F07C is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 124 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.06 |
| HSL | 66.21º | 0.79% | 0.71% | - |
| HSV(B) | 66.21º | 0.48% | 0.94% | - |
| XYZ | 66.79 | 80.27 | 31.04 | - |
| YUV | 223.19 | 72.02 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 124 | 0.05 | 0 | 0.48 | 0.06 | 66.21 | 0.79 | 0.71 |
| Hex | E4 | F0 | 7C | 5 | 0 | 30 | 6 | 42 | 4F | 47 |
| Octal | 344 | 360 | 174 | 5 | 0 | 60 | 6 | 102 | 117 | 107 |
| Binary | 11100100 | 11110000 | 1111100 | 101 | 0 | 110000 | 110 | 1000010 | 1001111 | 1000111 |
Color Harmonies of #E4F07C
Complementary color
Monochromatic Colors of #E4F07C
Black with #E4F07C
Text Example
Text Example
White with #E4F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F07C; }
p { color: rgb(228,240,124); }
H1.HeaderClassName
{
color: #E4F07C;
}
.AnyTagClassName
{
color: #E4F07C;
}
</style>
background-color css
<style>
a { background-color: #E4F07C; }
a { background-color: rgb(228,240,124); }
div.DivClassName
{
background-color: #E4F07C;
}
.BgClassName
{
background-color: #E4F07C;
}
</style>
border-color css
<style>
span { border-color: #E4F07C; }
span { border-color: rgb(228,240,124); }
td.TdClassName
{
border-color: #E4F07C;
}
.TagClassName
{
border-color: #E4F07C;
}
</style>