Shades of Lemon #EFF41B
Tints of Lemon #EFF41B
RGB
CMYK
RGB Variations
Color information
#EFF41B (or 0xEFF41B) is known color: Lemon. HEX triplet: EF, F4 and 1B. RGB value is (239,244,27). Sum of RGB (Red+Green+Blue) = 239+244+27=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 27 (10.94% from 255 or 5.29% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF41B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF41B is #100BE4. Grayscale: #DADADA. Windows color (decimal): -1051621 or 1832175. OLE color: 1832175.
HSL color Cylindrical-coordinate representation of color #EFF41B: hue angle of 61.38º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFF41B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.04 |
| HSL | 61.38º | 0.91% | 0.53% | - |
| HSV(B) | 61.38º | 0.89% | 0.96% | - |
| XYZ | 68.15 | 83.13 | 13.49 | - |
| YUV | 217.77 | 20.34 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 27 | 0.02 | 0 | 0.89 | 0.04 | 61.38 | 0.91 | 0.53 |
| Hex | EF | F4 | 1B | 2 | 0 | 59 | 4 | 3D | 5B | 35 |
| Octal | 357 | 364 | 33 | 2 | 0 | 131 | 4 | 75 | 133 | 65 |
| Binary | 11101111 | 11110100 | 11011 | 10 | 0 | 1011001 | 100 | 111101 | 1011011 | 110101 |
Color Harmonies of #EFF41B
Complementary color
Monochromatic Colors of #EFF41B
Black with #EFF41B
Text Example
Text Example
White with #EFF41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF41B; }
p { color: rgb(239,244,27); }
H1.HeaderClassName
{
color: #EFF41B;
}
.AnyTagClassName
{
color: #EFF41B;
}
</style>
background-color css
<style>
a { background-color: #EFF41B; }
a { background-color: rgb(239,244,27); }
div.DivClassName
{
background-color: #EFF41B;
}
.BgClassName
{
background-color: #EFF41B;
}
</style>
border-color css
<style>
span { border-color: #EFF41B; }
span { border-color: rgb(239,244,27); }
td.TdClassName
{
border-color: #EFF41B;
}
.TagClassName
{
border-color: #EFF41B;
}
</style>