Shades of Lemon #EFF71B
Tints of Lemon #EFF71B
RGB
CMYK
RGB Variations
Color information
#EFF71B (or 0xEFF71B) is known color: Lemon. HEX triplet: EF, F7 and 1B. RGB value is (239,247,27). Sum of RGB (Red+Green+Blue) = 239+247+27=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 27 (10.94% from 255 or 5.26% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF71B is #1008E4. Grayscale: #DCDCDC. Windows color (decimal): -1050853 or 1832943. OLE color: 1832943.
HSL color Cylindrical-coordinate representation of color #EFF71B: hue angle of 62.18º 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 #EFF71B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 27 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.03 |
| HSL | 62.18º | 0.93% | 0.54% | - |
| HSV(B) | 62.18º | 0.89% | 0.97% | - |
| XYZ | 69.06 | 84.95 | 13.79 | - |
| YUV | 219.53 | 19.35 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 27 | 0.03 | 0 | 0.89 | 0.03 | 62.18 | 0.93 | 0.54 |
| Hex | EF | F7 | 1B | 3 | 0 | 59 | 3 | 3E | 5D | 36 |
| Octal | 357 | 367 | 33 | 3 | 0 | 131 | 3 | 76 | 135 | 66 |
| Binary | 11101111 | 11110111 | 11011 | 11 | 0 | 1011001 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #EFF71B
Complementary color
Monochromatic Colors of #EFF71B
Black with #EFF71B
Text Example
Text Example
White with #EFF71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF71B; }
p { color: rgb(239,247,27); }
H1.HeaderClassName
{
color: #EFF71B;
}
.AnyTagClassName
{
color: #EFF71B;
}
</style>
background-color css
<style>
a { background-color: #EFF71B; }
a { background-color: rgb(239,247,27); }
div.DivClassName
{
background-color: #EFF71B;
}
.BgClassName
{
background-color: #EFF71B;
}
</style>
border-color css
<style>
span { border-color: #EFF71B; }
span { border-color: rgb(239,247,27); }
td.TdClassName
{
border-color: #EFF71B;
}
.TagClassName
{
border-color: #EFF71B;
}
</style>