Shades of Lemon #EFF71C
Tints of Lemon #EFF71C
RGB
CMYK
RGB Variations
Color information
#EFF71C (or 0xEFF71C) is known color: Lemon. HEX triplet: EF, F7 and 1C. RGB value is (239,247,28). Sum of RGB (Red+Green+Blue) = 239+247+28=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 28 (11.33% from 255 or 5.45% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF71C is #1008E3. Grayscale: #DCDCDC. Windows color (decimal): -1050852 or 1898479. OLE color: 1898479.
HSL color Cylindrical-coordinate representation of color #EFF71C: hue angle of 62.19º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFF71C is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 28 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.03 |
| HSL | 62.19º | 0.93% | 0.54% | - |
| HSV(B) | 62.19º | 0.89% | 0.97% | - |
| XYZ | 69.07 | 84.96 | 13.86 | - |
| YUV | 219.64 | 19.85 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 28 | 0.03 | 0 | 0.89 | 0.03 | 62.19 | 0.93 | 0.54 |
| Hex | EF | F7 | 1C | 3 | 0 | 59 | 3 | 3E | 5D | 36 |
| Octal | 357 | 367 | 34 | 3 | 0 | 131 | 3 | 76 | 135 | 66 |
| Binary | 11101111 | 11110111 | 11100 | 11 | 0 | 1011001 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #EFF71C
Complementary color
Monochromatic Colors of #EFF71C
Black with #EFF71C
Text Example
Text Example
White with #EFF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF71C; }
p { color: rgb(239,247,28); }
H1.HeaderClassName
{
color: #EFF71C;
}
.AnyTagClassName
{
color: #EFF71C;
}
</style>
background-color css
<style>
a { background-color: #EFF71C; }
a { background-color: rgb(239,247,28); }
div.DivClassName
{
background-color: #EFF71C;
}
.BgClassName
{
background-color: #EFF71C;
}
</style>
border-color css
<style>
span { border-color: #EFF71C; }
span { border-color: rgb(239,247,28); }
td.TdClassName
{
border-color: #EFF71C;
}
.TagClassName
{
border-color: #EFF71C;
}
</style>