Shades of Lemon #EFF112
Tints of Lemon #EFF112
RGB
CMYK
RGB Variations
Color information
#EFF112 (or 0xEFF112) is known color: Lemon. HEX triplet: EF, F1 and 12. RGB value is (239,241,18). Sum of RGB (Red+Green+Blue) = 239+241+18=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 18 (7.42% from 255 or 3.61% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF112 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF112 is #100EED. Grayscale: #D7D7D7. Windows color (decimal): -1052398 or 1241583. OLE color: 1241583.
HSL color Cylindrical-coordinate representation of color #EFF112: 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.93%. Process color model (Four color, CMYK) of #EFF112 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 18 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.54º | 0.89% | 0.51% | - |
| HSV(B) | 60.54º | 0.93% | 0.95% | - |
| XYZ | 67.16 | 81.3 | 12.73 | - |
| YUV | 214.98 | 16.84 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 18 | 0.01 | 0 | 0.93 | 0.05 | 60.54 | 0.89 | 0.51 |
| Hex | EF | F1 | 12 | 1 | 0 | 5D | 5 | 3D | 59 | 33 |
| Octal | 357 | 361 | 22 | 1 | 0 | 135 | 5 | 75 | 131 | 63 |
| Binary | 11101111 | 11110001 | 10010 | 1 | 0 | 1011101 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EFF112
Complementary color
Monochromatic Colors of #EFF112
Black with #EFF112
Text Example
Text Example
White with #EFF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF112; }
p { color: rgb(239,241,18); }
H1.HeaderClassName
{
color: #EFF112;
}
.AnyTagClassName
{
color: #EFF112;
}
</style>
background-color css
<style>
a { background-color: #EFF112; }
a { background-color: rgb(239,241,18); }
div.DivClassName
{
background-color: #EFF112;
}
.BgClassName
{
background-color: #EFF112;
}
</style>
border-color css
<style>
span { border-color: #EFF112; }
span { border-color: rgb(239,241,18); }
td.TdClassName
{
border-color: #EFF112;
}
.TagClassName
{
border-color: #EFF112;
}
</style>