Shades of Lemon #EFF50F
Tints of Lemon #EFF50F
RGB
CMYK
RGB Variations
Color information
#EFF50F (or 0xEFF50F) is known color: Lemon. HEX triplet: EF, F5 and 0F. RGB value is (239,245,15). Sum of RGB (Red+Green+Blue) = 239+245+15=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 15 (6.25% from 255 or 3.01% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF50F is #100AF0. Grayscale: #D9D9D9. Windows color (decimal): -1051377 or 1045999. OLE color: 1045999.
HSL color Cylindrical-coordinate representation of color #EFF50F: hue angle of 61.57º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF50F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.04 |
| HSL | 61.57º | 0.92% | 0.51% | - |
| HSV(B) | 61.57º | 0.94% | 0.96% | - |
| XYZ | 68.34 | 83.69 | 13 | - |
| YUV | 216.99 | 14.01 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 15 | 0.02 | 0 | 0.94 | 0.04 | 61.57 | 0.92 | 0.51 |
| Hex | EF | F5 | F | 2 | 0 | 5E | 4 | 3E | 5C | 33 |
| Octal | 357 | 365 | 17 | 2 | 0 | 136 | 4 | 76 | 134 | 63 |
| Binary | 11101111 | 11110101 | 1111 | 10 | 0 | 1011110 | 100 | 111110 | 1011100 | 110011 |
Color Harmonies of #EFF50F
Complementary color
Monochromatic Colors of #EFF50F
Black with #EFF50F
Text Example
Text Example
White with #EFF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF50F; }
p { color: rgb(239,245,15); }
H1.HeaderClassName
{
color: #EFF50F;
}
.AnyTagClassName
{
color: #EFF50F;
}
</style>
background-color css
<style>
a { background-color: #EFF50F; }
a { background-color: rgb(239,245,15); }
div.DivClassName
{
background-color: #EFF50F;
}
.BgClassName
{
background-color: #EFF50F;
}
</style>
border-color css
<style>
span { border-color: #EFF50F; }
span { border-color: rgb(239,245,15); }
td.TdClassName
{
border-color: #EFF50F;
}
.TagClassName
{
border-color: #EFF50F;
}
</style>