Shades of Lemon #EFF70E
Tints of Lemon #EFF70E
RGB
CMYK
RGB Variations
Color information
#EFF70E (or 0xEFF70E) is known color: Lemon. HEX triplet: EF, F7 and 0E. RGB value is (239,247,14). Sum of RGB (Red+Green+Blue) = 239+247+14=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 14 (5.86% from 255 or 2.8% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF70E is #1008F1. Grayscale: #DADADA. Windows color (decimal): -1050866 or 980975. OLE color: 980975.
HSL color Cylindrical-coordinate representation of color #EFF70E: hue angle of 62.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF70E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.03 |
| HSL | 62.06º | 0.94% | 0.51% | - |
| HSV(B) | 62.06º | 0.94% | 0.97% | - |
| XYZ | 68.94 | 84.9 | 13.17 | - |
| YUV | 218.05 | 12.85 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 14 | 0.03 | 0 | 0.94 | 0.03 | 62.06 | 0.94 | 0.51 |
| Hex | EF | F7 | E | 3 | 0 | 5E | 3 | 3E | 5E | 33 |
| Octal | 357 | 367 | 16 | 3 | 0 | 136 | 3 | 76 | 136 | 63 |
| Binary | 11101111 | 11110111 | 1110 | 11 | 0 | 1011110 | 11 | 111110 | 1011110 | 110011 |
Color Harmonies of #EFF70E
Complementary color
Monochromatic Colors of #EFF70E
Black with #EFF70E
Text Example
Text Example
White with #EFF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF70E; }
p { color: rgb(239,247,14); }
H1.HeaderClassName
{
color: #EFF70E;
}
.AnyTagClassName
{
color: #EFF70E;
}
</style>
background-color css
<style>
a { background-color: #EFF70E; }
a { background-color: rgb(239,247,14); }
div.DivClassName
{
background-color: #EFF70E;
}
.BgClassName
{
background-color: #EFF70E;
}
</style>
border-color css
<style>
span { border-color: #EFF70E; }
span { border-color: rgb(239,247,14); }
td.TdClassName
{
border-color: #EFF70E;
}
.TagClassName
{
border-color: #EFF70E;
}
</style>