Shades of Lemon #EFF517
Tints of Lemon #EFF517
RGB
CMYK
RGB Variations
Color information
#EFF517 (or 0xEFF517) is known color: Lemon. HEX triplet: EF, F5 and 17. RGB value is (239,245,23). Sum of RGB (Red+Green+Blue) = 239+245+23=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 23 (9.38% from 255 or 4.54% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF517 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF517 is #100AE8. Grayscale: #DADADA. Windows color (decimal): -1051369 or 1570287. OLE color: 1570287.
HSL color Cylindrical-coordinate representation of color #EFF517: hue angle of 61.62º degrees, saturation: 0.92, 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 #EFF517 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 23 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.62º | 0.92% | 0.53% | - |
| HSV(B) | 61.62º | 0.91% | 0.96% | - |
| XYZ | 68.4 | 83.72 | 13.36 | - |
| YUV | 217.9 | 18.01 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 23 | 0.02 | 0 | 0.91 | 0.04 | 61.62 | 0.92 | 0.53 |
| Hex | EF | F5 | 17 | 2 | 0 | 5B | 4 | 3E | 5C | 35 |
| Octal | 357 | 365 | 27 | 2 | 0 | 133 | 4 | 76 | 134 | 65 |
| Binary | 11101111 | 11110101 | 10111 | 10 | 0 | 1011011 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EFF517
Complementary color
Monochromatic Colors of #EFF517
Black with #EFF517
Text Example
Text Example
White with #EFF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF517; }
p { color: rgb(239,245,23); }
H1.HeaderClassName
{
color: #EFF517;
}
.AnyTagClassName
{
color: #EFF517;
}
</style>
background-color css
<style>
a { background-color: #EFF517; }
a { background-color: rgb(239,245,23); }
div.DivClassName
{
background-color: #EFF517;
}
.BgClassName
{
background-color: #EFF517;
}
</style>
border-color css
<style>
span { border-color: #EFF517; }
span { border-color: rgb(239,245,23); }
td.TdClassName
{
border-color: #EFF517;
}
.TagClassName
{
border-color: #EFF517;
}
</style>