Shades of Lemon #EFF120
Tints of Lemon #EFF120
RGB
CMYK
RGB Variations
Color information
#EFF120 (or 0xEFF120) is known color: Lemon. HEX triplet: EF, F1 and 20. RGB value is (239,241,32). Sum of RGB (Red+Green+Blue) = 239+241+32=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 32 (12.89% from 255 or 6.25% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF120 is #100EDF. Grayscale: #D9D9D9. Windows color (decimal): -1052384 or 2159087. OLE color: 2159087.
HSL color Cylindrical-coordinate representation of color #EFF120: hue angle of 60.57º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFF120 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.05 |
| HSL | 60.57º | 0.88% | 0.54% | - |
| HSV(B) | 60.57º | 0.87% | 0.95% | - |
| XYZ | 67.31 | 81.37 | 13.52 | - |
| YUV | 216.58 | 23.84 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 32 | 0.01 | 0 | 0.87 | 0.05 | 60.57 | 0.88 | 0.54 |
| Hex | EF | F1 | 20 | 1 | 0 | 57 | 5 | 3D | 58 | 36 |
| Octal | 357 | 361 | 40 | 1 | 0 | 127 | 5 | 75 | 130 | 66 |
| Binary | 11101111 | 11110001 | 100000 | 1 | 0 | 1010111 | 101 | 111101 | 1011000 | 110110 |
Color Harmonies of #EFF120
Complementary color
Monochromatic Colors of #EFF120
Black with #EFF120
Text Example
Text Example
White with #EFF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF120; }
p { color: rgb(239,241,32); }
H1.HeaderClassName
{
color: #EFF120;
}
.AnyTagClassName
{
color: #EFF120;
}
</style>
background-color css
<style>
a { background-color: #EFF120; }
a { background-color: rgb(239,241,32); }
div.DivClassName
{
background-color: #EFF120;
}
.BgClassName
{
background-color: #EFF120;
}
</style>
border-color css
<style>
span { border-color: #EFF120; }
span { border-color: rgb(239,241,32); }
td.TdClassName
{
border-color: #EFF120;
}
.TagClassName
{
border-color: #EFF120;
}
</style>