Shades of Lemon #EFF018
Tints of Lemon #EFF018
RGB
CMYK
RGB Variations
Color information
#EFF018 (or 0xEFF018) is known color: Lemon. HEX triplet: EF, F0 and 18. RGB value is (239,240,24). Sum of RGB (Red+Green+Blue) = 239+240+24=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 24 (9.77% from 255 or 4.77% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF018 is #100FE7. Grayscale: #D7D7D7. Windows color (decimal): -1052648 or 1634543. OLE color: 1634543.
HSL color Cylindrical-coordinate representation of color #EFF018: hue angle of 60.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF018 is Cyan = 0.00, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 24 | - |
| CMYK | 0.00 | 0 | 0.9 | 0.06 |
| HSL | 60.28º | 0.88% | 0.52% | - |
| HSV(B) | 60.28º | 0.9% | 0.94% | - |
| XYZ | 66.92 | 80.74 | 12.92 | - |
| YUV | 215.08 | 20.17 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 24 | 0.00 | 0 | 0.9 | 0.06 | 60.28 | 0.88 | 0.52 |
| Hex | EF | F0 | 18 | 0 | 0 | 5A | 6 | 3C | 58 | 34 |
| Octal | 357 | 360 | 30 | 0 | 0 | 132 | 6 | 74 | 130 | 64 |
| Binary | 11101111 | 11110000 | 11000 | 0 | 0 | 1011010 | 110 | 111100 | 1011000 | 110100 |
Color Harmonies of #EFF018
Complementary color
Monochromatic Colors of #EFF018
Black with #EFF018
Text Example
Text Example
White with #EFF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF018; }
p { color: rgb(239,240,24); }
H1.HeaderClassName
{
color: #EFF018;
}
.AnyTagClassName
{
color: #EFF018;
}
</style>
background-color css
<style>
a { background-color: #EFF018; }
a { background-color: rgb(239,240,24); }
div.DivClassName
{
background-color: #EFF018;
}
.BgClassName
{
background-color: #EFF018;
}
</style>
border-color css
<style>
span { border-color: #EFF018; }
span { border-color: rgb(239,240,24); }
td.TdClassName
{
border-color: #EFF018;
}
.TagClassName
{
border-color: #EFF018;
}
</style>