Shades of Lemon #E5F21C
Tints of Lemon #E5F21C
RGB
CMYK
RGB Variations
Color information
#E5F21C (or 0xE5F21C) is known color: Lemon. HEX triplet: E5, F2 and 1C. RGB value is (229,242,28). Sum of RGB (Red+Green+Blue) = 229+242+28=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F21C is #1A0DE3. Grayscale: #D6D6D6. Windows color (decimal): -1707492 or 1897189. OLE color: 1897189.
HSL color Cylindrical-coordinate representation of color #E5F21C: hue angle of 63.64º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5F21C is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 28 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.05 |
| HSL | 63.64º | 0.89% | 0.53% | - |
| HSV(B) | 63.64º | 0.88% | 0.95% | - |
| XYZ | 64.27 | 80.25 | 13.2 | - |
| YUV | 213.72 | 23.19 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 28 | 0.05 | 0 | 0.88 | 0.05 | 63.64 | 0.89 | 0.53 |
| Hex | E5 | F2 | 1C | 5 | 0 | 58 | 5 | 40 | 59 | 35 |
| Octal | 345 | 362 | 34 | 5 | 0 | 130 | 5 | 100 | 131 | 65 |
| Binary | 11100101 | 11110010 | 11100 | 101 | 0 | 1011000 | 101 | 1000000 | 1011001 | 110101 |
Color Harmonies of #E5F21C
Complementary color
Monochromatic Colors of #E5F21C
Black with #E5F21C
Text Example
Text Example
White with #E5F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F21C; }
p { color: rgb(229,242,28); }
H1.HeaderClassName
{
color: #E5F21C;
}
.AnyTagClassName
{
color: #E5F21C;
}
</style>
background-color css
<style>
a { background-color: #E5F21C; }
a { background-color: rgb(229,242,28); }
div.DivClassName
{
background-color: #E5F21C;
}
.BgClassName
{
background-color: #E5F21C;
}
</style>
border-color css
<style>
span { border-color: #E5F21C; }
span { border-color: rgb(229,242,28); }
td.TdClassName
{
border-color: #E5F21C;
}
.TagClassName
{
border-color: #E5F21C;
}
</style>