Shades of Lemon #EFF71E
Tints of Lemon #EFF71E
RGB
CMYK
RGB Variations
Color information
#EFF71E (or 0xEFF71E) is known color: Lemon. HEX triplet: EF, F7 and 1E. RGB value is (239,247,30). Sum of RGB (Red+Green+Blue) = 239+247+30=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 30 (12.11% from 255 or 5.81% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF71E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF71E is #1008E1. Grayscale: #DCDCDC. Windows color (decimal): -1050850 or 2029551. OLE color: 2029551.
HSL color Cylindrical-coordinate representation of color #EFF71E: hue angle of 62.21º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFF71E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 30 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.03 |
| HSL | 62.21º | 0.93% | 0.54% | - |
| HSV(B) | 62.21º | 0.88% | 0.97% | - |
| XYZ | 69.09 | 84.97 | 13.99 | - |
| YUV | 219.87 | 20.85 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 30 | 0.03 | 0 | 0.88 | 0.03 | 62.21 | 0.93 | 0.54 |
| Hex | EF | F7 | 1E | 3 | 0 | 58 | 3 | 3E | 5D | 36 |
| Octal | 357 | 367 | 36 | 3 | 0 | 130 | 3 | 76 | 135 | 66 |
| Binary | 11101111 | 11110111 | 11110 | 11 | 0 | 1011000 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #EFF71E
Complementary color
Monochromatic Colors of #EFF71E
Black with #EFF71E
Text Example
Text Example
White with #EFF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF71E; }
p { color: rgb(239,247,30); }
H1.HeaderClassName
{
color: #EFF71E;
}
.AnyTagClassName
{
color: #EFF71E;
}
</style>
background-color css
<style>
a { background-color: #EFF71E; }
a { background-color: rgb(239,247,30); }
div.DivClassName
{
background-color: #EFF71E;
}
.BgClassName
{
background-color: #EFF71E;
}
</style>
border-color css
<style>
span { border-color: #EFF71E; }
span { border-color: rgb(239,247,30); }
td.TdClassName
{
border-color: #EFF71E;
}
.TagClassName
{
border-color: #EFF71E;
}
</style>