Shades of Lemon #E6F118
Tints of Lemon #E6F118
RGB
CMYK
RGB Variations
Color information
#E6F118 (or 0xE6F118) is known color: Lemon. HEX triplet: E6, F1 and 18. RGB value is (230,241,24). Sum of RGB (Red+Green+Blue) = 230+241+24=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 24 (9.77% from 255 or 4.85% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6F118 is #190EE7. Grayscale: #D5D5D5. Windows color (decimal): -1642216 or 1634790. OLE color: 1634790.
HSL color Cylindrical-coordinate representation of color #E6F118: hue angle of 63.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6F118 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 24 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.05 |
| HSL | 63.04º | 0.89% | 0.52% | - |
| HSV(B) | 63.04º | 0.9% | 0.95% | - |
| XYZ | 64.25 | 79.8 | 12.88 | - |
| YUV | 212.97 | 21.36 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 24 | 0.05 | 0 | 0.90 | 0.05 | 63.04 | 0.89 | 0.52 |
| Hex | E6 | F1 | 18 | 5 | 0 | 5A | 5 | 3F | 59 | 34 |
| Octal | 346 | 361 | 30 | 5 | 0 | 132 | 5 | 77 | 131 | 64 |
| Binary | 11100110 | 11110001 | 11000 | 101 | 0 | 1011010 | 101 | 111111 | 1011001 | 110100 |
Color Harmonies of #E6F118
Complementary color
Monochromatic Colors of #E6F118
Black with #E6F118
Text Example
Text Example
White with #E6F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F118; }
p { color: rgb(230,241,24); }
H1.HeaderClassName
{
color: #E6F118;
}
.AnyTagClassName
{
color: #E6F118;
}
</style>
background-color css
<style>
a { background-color: #E6F118; }
a { background-color: rgb(230,241,24); }
div.DivClassName
{
background-color: #E6F118;
}
.BgClassName
{
background-color: #E6F118;
}
</style>
border-color css
<style>
span { border-color: #E6F118; }
span { border-color: rgb(230,241,24); }
td.TdClassName
{
border-color: #E6F118;
}
.TagClassName
{
border-color: #E6F118;
}
</style>