Shades of Lemon #EFF118
Tints of Lemon #EFF118
RGB
CMYK
RGB Variations
Color information
#EFF118 (or 0xEFF118) is known color: Lemon. HEX triplet: EF, F1 and 18. RGB value is (239,241,24). Sum of RGB (Red+Green+Blue) = 239+241+24=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 24 (9.77% from 255 or 4.76% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF118 is #100EE7. Grayscale: #D8D8D8. Windows color (decimal): -1052392 or 1634799. OLE color: 1634799.
HSL color Cylindrical-coordinate representation of color #EFF118: hue angle of 60.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF118 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 24 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.05 |
| HSL | 60.55º | 0.89% | 0.52% | - |
| HSV(B) | 60.55º | 0.9% | 0.95% | - |
| XYZ | 67.22 | 81.33 | 13.02 | - |
| YUV | 215.66 | 19.84 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 24 | 0.01 | 0 | 0.90 | 0.05 | 60.55 | 0.89 | 0.52 |
| Hex | EF | F1 | 18 | 1 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 357 | 361 | 30 | 1 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101111 | 11110001 | 11000 | 1 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EFF118
Complementary color
Monochromatic Colors of #EFF118
Black with #EFF118
Text Example
Text Example
White with #EFF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF118; }
p { color: rgb(239,241,24); }
H1.HeaderClassName
{
color: #EFF118;
}
.AnyTagClassName
{
color: #EFF118;
}
</style>
background-color css
<style>
a { background-color: #EFF118; }
a { background-color: rgb(239,241,24); }
div.DivClassName
{
background-color: #EFF118;
}
.BgClassName
{
background-color: #EFF118;
}
</style>
border-color css
<style>
span { border-color: #EFF118; }
span { border-color: rgb(239,241,24); }
td.TdClassName
{
border-color: #EFF118;
}
.TagClassName
{
border-color: #EFF118;
}
</style>