Shades of Lemon #E8F519
Tints of Lemon #E8F519
RGB
CMYK
RGB Variations
Color information
#E8F519 (or 0xE8F519) is known color: Lemon. HEX triplet: E8, F5 and 19. RGB value is (232,245,25). Sum of RGB (Red+Green+Blue) = 232+245+25=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 25 (10.16% from 255 or 4.98% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #E8F519 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F519 is #170AE6. Grayscale: #D8D8D8. Windows color (decimal): -1510119 or 1701352. OLE color: 1701352.
HSL color Cylindrical-coordinate representation of color #E8F519: hue angle of 63.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8F519 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 245 | 25 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.04 |
| HSL | 63.55º | 0.92% | 0.53% | - |
| HSV(B) | 63.55º | 0.9% | 0.96% | - |
| XYZ | 66.11 | 82.53 | 13.37 | - |
| YUV | 216.03 | 20.19 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 245 | 25 | 0.05 | 0 | 0.90 | 0.04 | 63.55 | 0.92 | 0.53 |
| Hex | E8 | F5 | 19 | 5 | 0 | 5A | 4 | 40 | 5C | 35 |
| Octal | 350 | 365 | 31 | 5 | 0 | 132 | 4 | 100 | 134 | 65 |
| Binary | 11101000 | 11110101 | 11001 | 101 | 0 | 1011010 | 100 | 1000000 | 1011100 | 110101 |
Color Harmonies of #E8F519
Complementary color
Monochromatic Colors of #E8F519
Black with #E8F519
Text Example
Text Example
White with #E8F519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F519; }
p { color: rgb(232,245,25); }
H1.HeaderClassName
{
color: #E8F519;
}
.AnyTagClassName
{
color: #E8F519;
}
</style>
background-color css
<style>
a { background-color: #E8F519; }
a { background-color: rgb(232,245,25); }
div.DivClassName
{
background-color: #E8F519;
}
.BgClassName
{
background-color: #E8F519;
}
</style>
border-color css
<style>
span { border-color: #E8F519; }
span { border-color: rgb(232,245,25); }
td.TdClassName
{
border-color: #E8F519;
}
.TagClassName
{
border-color: #E8F519;
}
</style>