Shades of Lemon #EFF420
Tints of Lemon #EFF420
RGB
CMYK
RGB Variations
Color information
#EFF420 (or 0xEFF420) is known color: Lemon. HEX triplet: EF, F4 and 20. RGB value is (239,244,32). Sum of RGB (Red+Green+Blue) = 239+244+32=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 32 (12.89% from 255 or 6.21% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF420 is #100BDF. Grayscale: #DBDBDB. Windows color (decimal): -1051616 or 2159855. OLE color: 2159855.
HSL color Cylindrical-coordinate representation of color #EFF420: hue angle of 61.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFF420 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 32 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.04 |
| HSL | 61.42º | 0.91% | 0.54% | - |
| HSV(B) | 61.42º | 0.87% | 0.96% | - |
| XYZ | 68.21 | 83.16 | 13.82 | - |
| YUV | 218.34 | 22.84 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 32 | 0.02 | 0 | 0.87 | 0.04 | 61.42 | 0.91 | 0.54 |
| Hex | EF | F4 | 20 | 2 | 0 | 57 | 4 | 3D | 5B | 36 |
| Octal | 357 | 364 | 40 | 2 | 0 | 127 | 4 | 75 | 133 | 66 |
| Binary | 11101111 | 11110100 | 100000 | 10 | 0 | 1010111 | 100 | 111101 | 1011011 | 110110 |
Color Harmonies of #EFF420
Complementary color
Monochromatic Colors of #EFF420
Black with #EFF420
Text Example
Text Example
White with #EFF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF420; }
p { color: rgb(239,244,32); }
H1.HeaderClassName
{
color: #EFF420;
}
.AnyTagClassName
{
color: #EFF420;
}
</style>
background-color css
<style>
a { background-color: #EFF420; }
a { background-color: rgb(239,244,32); }
div.DivClassName
{
background-color: #EFF420;
}
.BgClassName
{
background-color: #EFF420;
}
</style>
border-color css
<style>
span { border-color: #EFF420; }
span { border-color: rgb(239,244,32); }
td.TdClassName
{
border-color: #EFF420;
}
.TagClassName
{
border-color: #EFF420;
}
</style>