Shades of Lemon #EFF117
Tints of Lemon #EFF117
RGB
CMYK
RGB Variations
Color information
#EFF117 (or 0xEFF117) is known color: Lemon. HEX triplet: EF, F1 and 17. RGB value is (239,241,23). Sum of RGB (Red+Green+Blue) = 239+241+23=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 23 (9.38% from 255 or 4.57% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF117 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF117 is #100EE8. Grayscale: #D8D8D8. Windows color (decimal): -1052393 or 1569263. OLE color: 1569263.
HSL color Cylindrical-coordinate representation of color #EFF117: 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 #EFF117 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 23 | - |
| 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.21 | 81.32 | 12.97 | - |
| YUV | 215.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 23 | 0.01 | 0 | 0.90 | 0.05 | 60.55 | 0.89 | 0.52 |
| Hex | EF | F1 | 17 | 1 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 357 | 361 | 27 | 1 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101111 | 11110001 | 10111 | 1 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EFF117
Complementary color
Monochromatic Colors of #EFF117
Black with #EFF117
Text Example
Text Example
White with #EFF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF117; }
p { color: rgb(239,241,23); }
H1.HeaderClassName
{
color: #EFF117;
}
.AnyTagClassName
{
color: #EFF117;
}
</style>
background-color css
<style>
a { background-color: #EFF117; }
a { background-color: rgb(239,241,23); }
div.DivClassName
{
background-color: #EFF117;
}
.BgClassName
{
background-color: #EFF117;
}
</style>
border-color css
<style>
span { border-color: #EFF117; }
span { border-color: rgb(239,241,23); }
td.TdClassName
{
border-color: #EFF117;
}
.TagClassName
{
border-color: #EFF117;
}
</style>