Shades of Lemon #EFF61A
Tints of Lemon #EFF61A
RGB
CMYK
RGB Variations
Color information
#EFF61A (or 0xEFF61A) is known color: Lemon. HEX triplet: EF, F6 and 1A. RGB value is (239,246,26). Sum of RGB (Red+Green+Blue) = 239+246+26=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 26 (10.55% from 255 or 5.09% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF61A is #1009E5. Grayscale: #DBDBDB. Windows color (decimal): -1051110 or 1767151. OLE color: 1767151.
HSL color Cylindrical-coordinate representation of color #EFF61A: hue angle of 61.91º degrees, saturation: 0.92, 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 #EFF61A is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 26 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.04 |
| HSL | 61.91º | 0.92% | 0.53% | - |
| HSV(B) | 61.91º | 0.89% | 0.96% | - |
| XYZ | 68.74 | 84.34 | 13.63 | - |
| YUV | 218.83 | 19.18 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 26 | 0.03 | 0 | 0.89 | 0.04 | 61.91 | 0.92 | 0.53 |
| Hex | EF | F6 | 1A | 3 | 0 | 59 | 4 | 3E | 5C | 35 |
| Octal | 357 | 366 | 32 | 3 | 0 | 131 | 4 | 76 | 134 | 65 |
| Binary | 11101111 | 11110110 | 11010 | 11 | 0 | 1011001 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EFF61A
Complementary color
Monochromatic Colors of #EFF61A
Black with #EFF61A
Text Example
Text Example
White with #EFF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF61A; }
p { color: rgb(239,246,26); }
H1.HeaderClassName
{
color: #EFF61A;
}
.AnyTagClassName
{
color: #EFF61A;
}
</style>
background-color css
<style>
a { background-color: #EFF61A; }
a { background-color: rgb(239,246,26); }
div.DivClassName
{
background-color: #EFF61A;
}
.BgClassName
{
background-color: #EFF61A;
}
</style>
border-color css
<style>
span { border-color: #EFF61A; }
span { border-color: rgb(239,246,26); }
td.TdClassName
{
border-color: #EFF61A;
}
.TagClassName
{
border-color: #EFF61A;
}
</style>