Shades of Lemon #EFF20F
Tints of Lemon #EFF20F
RGB
CMYK
RGB Variations
Color information
#EFF20F (or 0xEFF20F) is known color: Lemon. HEX triplet: EF, F2 and 0F. RGB value is (239,242,15). Sum of RGB (Red+Green+Blue) = 239+242+15=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 15 (6.25% from 255 or 3.02% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF20F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF20F is #100DF0. Grayscale: #D8D8D8. Windows color (decimal): -1052145 or 1045231. OLE color: 1045231.
HSL color Cylindrical-coordinate representation of color #EFF20F: hue angle of 60.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF20F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.05 |
| HSL | 60.79º | 0.9% | 0.5% | - |
| HSV(B) | 60.79º | 0.94% | 0.95% | - |
| XYZ | 67.43 | 81.89 | 12.7 | - |
| YUV | 215.23 | 15.01 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 15 | 0.01 | 0 | 0.94 | 0.05 | 60.79 | 0.9 | 0.5 |
| Hex | EF | F2 | F | 1 | 0 | 5E | 5 | 3D | 5A | 32 |
| Octal | 357 | 362 | 17 | 1 | 0 | 136 | 5 | 75 | 132 | 62 |
| Binary | 11101111 | 11110010 | 1111 | 1 | 0 | 1011110 | 101 | 111101 | 1011010 | 110010 |
Color Harmonies of #EFF20F
Complementary color
Monochromatic Colors of #EFF20F
Black with #EFF20F
Text Example
Text Example
White with #EFF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF20F; }
p { color: rgb(239,242,15); }
H1.HeaderClassName
{
color: #EFF20F;
}
.AnyTagClassName
{
color: #EFF20F;
}
</style>
background-color css
<style>
a { background-color: #EFF20F; }
a { background-color: rgb(239,242,15); }
div.DivClassName
{
background-color: #EFF20F;
}
.BgClassName
{
background-color: #EFF20F;
}
</style>
border-color css
<style>
span { border-color: #EFF20F; }
span { border-color: rgb(239,242,15); }
td.TdClassName
{
border-color: #EFF20F;
}
.TagClassName
{
border-color: #EFF20F;
}
</style>