Shades of Lemon #E8F112
Tints of Lemon #E8F112
RGB
CMYK
RGB Variations
Color information
#E8F112 (or 0xE8F112) is known color: Lemon. HEX triplet: E8, F1 and 12. RGB value is (232,241,18). Sum of RGB (Red+Green+Blue) = 232+241+18=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F112 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F112 is #170EED. Grayscale: #D5D5D5. Windows color (decimal): -1511150 or 1241576. OLE color: 1241576.
HSL color Cylindrical-coordinate representation of color #E8F112: hue angle of 62.42º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8F112 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 18 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.05 |
| HSL | 62.42º | 0.89% | 0.51% | - |
| HSV(B) | 62.42º | 0.93% | 0.95% | - |
| XYZ | 64.84 | 80.11 | 12.62 | - |
| YUV | 212.89 | 18.02 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 18 | 0.04 | 0 | 0.93 | 0.05 | 62.42 | 0.89 | 0.51 |
| Hex | E8 | F1 | 12 | 4 | 0 | 5D | 5 | 3E | 59 | 33 |
| Octal | 350 | 361 | 22 | 4 | 0 | 135 | 5 | 76 | 131 | 63 |
| Binary | 11101000 | 11110001 | 10010 | 100 | 0 | 1011101 | 101 | 111110 | 1011001 | 110011 |
Color Harmonies of #E8F112
Complementary color
Monochromatic Colors of #E8F112
Black with #E8F112
Text Example
Text Example
White with #E8F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F112; }
p { color: rgb(232,241,18); }
H1.HeaderClassName
{
color: #E8F112;
}
.AnyTagClassName
{
color: #E8F112;
}
</style>
background-color css
<style>
a { background-color: #E8F112; }
a { background-color: rgb(232,241,18); }
div.DivClassName
{
background-color: #E8F112;
}
.BgClassName
{
background-color: #E8F112;
}
</style>
border-color css
<style>
span { border-color: #E8F112; }
span { border-color: rgb(232,241,18); }
td.TdClassName
{
border-color: #E8F112;
}
.TagClassName
{
border-color: #E8F112;
}
</style>