Shades of Lemon #EFF114
Tints of Lemon #EFF114
RGB
CMYK
RGB Variations
Color information
#EFF114 (or 0xEFF114) is known color: Lemon. HEX triplet: EF, F1 and 14. RGB value is (239,241,20). Sum of RGB (Red+Green+Blue) = 239+241+20=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF114 is #100EEB. Grayscale: #D8D8D8. Windows color (decimal): -1052396 or 1372655. OLE color: 1372655.
HSL color Cylindrical-coordinate representation of color #EFF114: hue angle of 60.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFF114 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 20 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.05 |
| HSL | 60.54º | 0.89% | 0.51% | - |
| HSV(B) | 60.54º | 0.92% | 0.95% | - |
| XYZ | 67.18 | 81.31 | 12.82 | - |
| YUV | 215.21 | 17.84 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 20 | 0.01 | 0 | 0.92 | 0.05 | 60.54 | 0.89 | 0.51 |
| Hex | EF | F1 | 14 | 1 | 0 | 5C | 5 | 3D | 59 | 33 |
| Octal | 357 | 361 | 24 | 1 | 0 | 134 | 5 | 75 | 131 | 63 |
| Binary | 11101111 | 11110001 | 10100 | 1 | 0 | 1011100 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EFF114
Complementary color
Monochromatic Colors of #EFF114
Black with #EFF114
Text Example
Text Example
White with #EFF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF114; }
p { color: rgb(239,241,20); }
H1.HeaderClassName
{
color: #EFF114;
}
.AnyTagClassName
{
color: #EFF114;
}
</style>
background-color css
<style>
a { background-color: #EFF114; }
a { background-color: rgb(239,241,20); }
div.DivClassName
{
background-color: #EFF114;
}
.BgClassName
{
background-color: #EFF114;
}
</style>
border-color css
<style>
span { border-color: #EFF114; }
span { border-color: rgb(239,241,20); }
td.TdClassName
{
border-color: #EFF114;
}
.TagClassName
{
border-color: #EFF114;
}
</style>