Shades of Lemon #EFF115
Tints of Lemon #EFF115
RGB
CMYK
RGB Variations
Color information
#EFF115 (or 0xEFF115) is known color: Lemon. HEX triplet: EF, F1 and 15. RGB value is (239,241,21). Sum of RGB (Red+Green+Blue) = 239+241+21=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 21 (8.59% from 255 or 4.19% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF115 is #100EEA. Grayscale: #D8D8D8. Windows color (decimal): -1052395 or 1438191. OLE color: 1438191.
HSL color Cylindrical-coordinate representation of color #EFF115: hue angle of 60.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF115 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.05 |
| HSL | 60.55º | 0.89% | 0.51% | - |
| HSV(B) | 60.55º | 0.91% | 0.95% | - |
| XYZ | 67.19 | 81.32 | 12.86 | - |
| YUV | 215.32 | 18.34 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 21 | 0.01 | 0 | 0.91 | 0.05 | 60.55 | 0.89 | 0.51 |
| Hex | EF | F1 | 15 | 1 | 0 | 5B | 5 | 3D | 59 | 33 |
| Octal | 357 | 361 | 25 | 1 | 0 | 133 | 5 | 75 | 131 | 63 |
| Binary | 11101111 | 11110001 | 10101 | 1 | 0 | 1011011 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EFF115
Complementary color
Monochromatic Colors of #EFF115
Black with #EFF115
Text Example
Text Example
White with #EFF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF115; }
p { color: rgb(239,241,21); }
H1.HeaderClassName
{
color: #EFF115;
}
.AnyTagClassName
{
color: #EFF115;
}
</style>
background-color css
<style>
a { background-color: #EFF115; }
a { background-color: rgb(239,241,21); }
div.DivClassName
{
background-color: #EFF115;
}
.BgClassName
{
background-color: #EFF115;
}
</style>
border-color css
<style>
span { border-color: #EFF115; }
span { border-color: rgb(239,241,21); }
td.TdClassName
{
border-color: #EFF115;
}
.TagClassName
{
border-color: #EFF115;
}
</style>