Shades of Lemon #EFF119
Tints of Lemon #EFF119
RGB
CMYK
RGB Variations
Color information
#EFF119 (or 0xEFF119) is known color: Lemon. HEX triplet: EF, F1 and 19. RGB value is (239,241,25). Sum of RGB (Red+Green+Blue) = 239+241+25=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 25 (10.16% from 255 or 4.95% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF119 is #100EE6. Grayscale: #D8D8D8. Windows color (decimal): -1052391 or 1700335. OLE color: 1700335.
HSL color Cylindrical-coordinate representation of color #EFF119: hue angle of 60.56º 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 #EFF119 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 25 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.05 |
| HSL | 60.56º | 0.89% | 0.52% | - |
| HSV(B) | 60.56º | 0.9% | 0.95% | - |
| XYZ | 67.23 | 81.33 | 13.07 | - |
| YUV | 215.78 | 20.34 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 25 | 0.01 | 0 | 0.90 | 0.05 | 60.56 | 0.89 | 0.52 |
| Hex | EF | F1 | 19 | 1 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 357 | 361 | 31 | 1 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101111 | 11110001 | 11001 | 1 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EFF119
Complementary color
Monochromatic Colors of #EFF119
Black with #EFF119
Text Example
Text Example
White with #EFF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF119; }
p { color: rgb(239,241,25); }
H1.HeaderClassName
{
color: #EFF119;
}
.AnyTagClassName
{
color: #EFF119;
}
</style>
background-color css
<style>
a { background-color: #EFF119; }
a { background-color: rgb(239,241,25); }
div.DivClassName
{
background-color: #EFF119;
}
.BgClassName
{
background-color: #EFF119;
}
</style>
border-color css
<style>
span { border-color: #EFF119; }
span { border-color: rgb(239,241,25); }
td.TdClassName
{
border-color: #EFF119;
}
.TagClassName
{
border-color: #EFF119;
}
</style>