Shades of Lemon #EFF71D
Tints of Lemon #EFF71D
RGB
CMYK
RGB Variations
Color information
#EFF71D (or 0xEFF71D) is known color: Lemon. HEX triplet: EF, F7 and 1D. RGB value is (239,247,29). Sum of RGB (Red+Green+Blue) = 239+247+29=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 29 (11.72% from 255 or 5.63% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF71D is #1008E2. Grayscale: #DCDCDC. Windows color (decimal): -1050851 or 1964015. OLE color: 1964015.
HSL color Cylindrical-coordinate representation of color #EFF71D: hue angle of 62.2º 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 #EFF71D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 29 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.03 |
| HSL | 62.2º | 0.93% | 0.54% | - |
| HSV(B) | 62.2º | 0.88% | 0.97% | - |
| XYZ | 69.08 | 84.96 | 13.92 | - |
| YUV | 219.76 | 20.35 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 29 | 0.03 | 0 | 0.88 | 0.03 | 62.2 | 0.93 | 0.54 |
| Hex | EF | F7 | 1D | 3 | 0 | 58 | 3 | 3E | 5D | 36 |
| Octal | 357 | 367 | 35 | 3 | 0 | 130 | 3 | 76 | 135 | 66 |
| Binary | 11101111 | 11110111 | 11101 | 11 | 0 | 1011000 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #EFF71D
Complementary color
Monochromatic Colors of #EFF71D
Black with #EFF71D
Text Example
Text Example
White with #EFF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF71D; }
p { color: rgb(239,247,29); }
H1.HeaderClassName
{
color: #EFF71D;
}
.AnyTagClassName
{
color: #EFF71D;
}
</style>
background-color css
<style>
a { background-color: #EFF71D; }
a { background-color: rgb(239,247,29); }
div.DivClassName
{
background-color: #EFF71D;
}
.BgClassName
{
background-color: #EFF71D;
}
</style>
border-color css
<style>
span { border-color: #EFF71D; }
span { border-color: rgb(239,247,29); }
td.TdClassName
{
border-color: #EFF71D;
}
.TagClassName
{
border-color: #EFF71D;
}
</style>