Shades of Lemon #F0FE20
Tints of Lemon #F0FE20
RGB
CMYK
RGB Variations
Color information
#F0FE20 (or 0xF0FE20) is known color: Lemon. HEX triplet: F0, FE and 20. RGB value is (240,254,32). Sum of RGB (Red+Green+Blue) = 240+254+32=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 32 (12.89% from 255 or 6.08% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE20 is #0F01DF. Grayscale: #E1E1E1. Windows color (decimal): -983520 or 2162416. OLE color: 2162416.
HSL color Cylindrical-coordinate representation of color #F0FE20: hue angle of 63.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0FE20 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 32 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.00 |
| HSL | 63.78º | 0.99% | 0.56% | - |
| HSV(B) | 63.78º | 0.87% | 1% | - |
| XYZ | 71.64 | 89.51 | 14.87 | - |
| YUV | 224.51 | 19.36 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 32 | 0.06 | 0 | 0.87 | 0.00 | 63.78 | 0.99 | 0.56 |
| Hex | F0 | FE | 20 | 6 | 0 | 57 | 0 | 40 | 63 | 38 |
| Octal | 360 | 376 | 40 | 6 | 0 | 127 | 0 | 100 | 143 | 70 |
| Binary | 11110000 | 11111110 | 100000 | 110 | 0 | 1010111 | 0 | 1000000 | 1100011 | 111000 |
Color Harmonies of #F0FE20
Complementary color
Monochromatic Colors of #F0FE20
Black with #F0FE20
Text Example
Text Example
White with #F0FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE20; }
p { color: rgb(240,254,32); }
H1.HeaderClassName
{
color: #F0FE20;
}
.AnyTagClassName
{
color: #F0FE20;
}
</style>
background-color css
<style>
a { background-color: #F0FE20; }
a { background-color: rgb(240,254,32); }
div.DivClassName
{
background-color: #F0FE20;
}
.BgClassName
{
background-color: #F0FE20;
}
</style>
border-color css
<style>
span { border-color: #F0FE20; }
span { border-color: rgb(240,254,32); }
td.TdClassName
{
border-color: #F0FE20;
}
.TagClassName
{
border-color: #F0FE20;
}
</style>