Shades of Lemon #EFF619
Tints of Lemon #EFF619
RGB
CMYK
RGB Variations
Color information
#EFF619 (or 0xEFF619) is known color: Lemon. HEX triplet: EF, F6 and 19. RGB value is (239,246,25). Sum of RGB (Red+Green+Blue) = 239+246+25=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 25 (10.16% from 255 or 4.90% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF619 is #1009E6. Grayscale: #DBDBDB. Windows color (decimal): -1051111 or 1701615. OLE color: 1701615.
HSL color Cylindrical-coordinate representation of color #EFF619: hue angle of 61.9º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF619 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 25 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.04 |
| HSL | 61.9º | 0.92% | 0.53% | - |
| HSV(B) | 61.9º | 0.9% | 0.96% | - |
| XYZ | 68.73 | 84.33 | 13.58 | - |
| YUV | 218.71 | 18.68 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 25 | 0.03 | 0 | 0.90 | 0.04 | 61.9 | 0.92 | 0.53 |
| Hex | EF | F6 | 19 | 3 | 0 | 5A | 4 | 3E | 5C | 35 |
| Octal | 357 | 366 | 31 | 3 | 0 | 132 | 4 | 76 | 134 | 65 |
| Binary | 11101111 | 11110110 | 11001 | 11 | 0 | 1011010 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EFF619
Complementary color
Monochromatic Colors of #EFF619
Black with #EFF619
Text Example
Text Example
White with #EFF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF619; }
p { color: rgb(239,246,25); }
H1.HeaderClassName
{
color: #EFF619;
}
.AnyTagClassName
{
color: #EFF619;
}
</style>
background-color css
<style>
a { background-color: #EFF619; }
a { background-color: rgb(239,246,25); }
div.DivClassName
{
background-color: #EFF619;
}
.BgClassName
{
background-color: #EFF619;
}
</style>
border-color css
<style>
span { border-color: #EFF619; }
span { border-color: rgb(239,246,25); }
td.TdClassName
{
border-color: #EFF619;
}
.TagClassName
{
border-color: #EFF619;
}
</style>