Shades of Lemon #EFF917
Tints of Lemon #EFF917
RGB
CMYK
RGB Variations
Color information
#EFF917 (or 0xEFF917) is known color: Lemon. HEX triplet: EF, F9 and 17. RGB value is (239,249,23). Sum of RGB (Red+Green+Blue) = 239+249+23=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 23 (9.38% from 255 or 4.50% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF917 is #1006E8. Grayscale: #DDDDDD. Windows color (decimal): -1050345 or 1571311. OLE color: 1571311.
HSL color Cylindrical-coordinate representation of color #EFF917: hue angle of 62.65º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF917 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 23 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.02 |
| HSL | 62.65º | 0.95% | 0.53% | - |
| HSV(B) | 62.65º | 0.91% | 0.98% | - |
| XYZ | 69.63 | 86.16 | 13.77 | - |
| YUV | 220.25 | 16.69 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 23 | 0.04 | 0 | 0.91 | 0.02 | 62.65 | 0.95 | 0.53 |
| Hex | EF | F9 | 17 | 4 | 0 | 5B | 2 | 3F | 5F | 35 |
| Octal | 357 | 371 | 27 | 4 | 0 | 133 | 2 | 77 | 137 | 65 |
| Binary | 11101111 | 11111001 | 10111 | 100 | 0 | 1011011 | 10 | 111111 | 1011111 | 110101 |
Color Harmonies of #EFF917
Complementary color
Monochromatic Colors of #EFF917
Black with #EFF917
Text Example
Text Example
White with #EFF917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF917; }
p { color: rgb(239,249,23); }
H1.HeaderClassName
{
color: #EFF917;
}
.AnyTagClassName
{
color: #EFF917;
}
</style>
background-color css
<style>
a { background-color: #EFF917; }
a { background-color: rgb(239,249,23); }
div.DivClassName
{
background-color: #EFF917;
}
.BgClassName
{
background-color: #EFF917;
}
</style>
border-color css
<style>
span { border-color: #EFF917; }
span { border-color: rgb(239,249,23); }
td.TdClassName
{
border-color: #EFF917;
}
.TagClassName
{
border-color: #EFF917;
}
</style>