Shades of Lemon #EFF617
Tints of Lemon #EFF617
RGB
CMYK
RGB Variations
Color information
#EFF617 (or 0xEFF617) is known color: Lemon. HEX triplet: EF, F6 and 17. RGB value is (239,246,23). Sum of RGB (Red+Green+Blue) = 239+246+23=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 23 (9.38% from 255 or 4.53% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF617 is #1009E8. Grayscale: #DBDBDB. Windows color (decimal): -1051113 or 1570543. OLE color: 1570543.
HSL color Cylindrical-coordinate representation of color #EFF617: hue angle of 61.88º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF617 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 23 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.04 |
| HSL | 61.88º | 0.93% | 0.53% | - |
| HSV(B) | 61.88º | 0.91% | 0.96% | - |
| XYZ | 68.71 | 84.32 | 13.47 | - |
| YUV | 218.49 | 17.68 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 23 | 0.03 | 0 | 0.91 | 0.04 | 61.88 | 0.93 | 0.53 |
| Hex | EF | F6 | 17 | 3 | 0 | 5B | 4 | 3E | 5D | 35 |
| Octal | 357 | 366 | 27 | 3 | 0 | 133 | 4 | 76 | 135 | 65 |
| Binary | 11101111 | 11110110 | 10111 | 11 | 0 | 1011011 | 100 | 111110 | 1011101 | 110101 |
Color Harmonies of #EFF617
Complementary color
Monochromatic Colors of #EFF617
Black with #EFF617
Text Example
Text Example
White with #EFF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF617; }
p { color: rgb(239,246,23); }
H1.HeaderClassName
{
color: #EFF617;
}
.AnyTagClassName
{
color: #EFF617;
}
</style>
background-color css
<style>
a { background-color: #EFF617; }
a { background-color: rgb(239,246,23); }
div.DivClassName
{
background-color: #EFF617;
}
.BgClassName
{
background-color: #EFF617;
}
</style>
border-color css
<style>
span { border-color: #EFF617; }
span { border-color: rgb(239,246,23); }
td.TdClassName
{
border-color: #EFF617;
}
.TagClassName
{
border-color: #EFF617;
}
</style>