Shades of Lemon #F0FD18
Tints of Lemon #F0FD18
RGB
CMYK
RGB Variations
Color information
#F0FD18 (or 0xF0FD18) is known color: Lemon. HEX triplet: F0, FD and 18. RGB value is (240,253,24). Sum of RGB (Red+Green+Blue) = 240+253+24=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 24 (9.77% from 255 or 4.64% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FD18 is #0F02E7. Grayscale: #DFDFDF. Windows color (decimal): -983784 or 1637872. OLE color: 1637872.
HSL color Cylindrical-coordinate representation of color #F0FD18: hue angle of 63.41º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0FD18 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 24 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.01 |
| HSL | 63.41º | 0.98% | 0.54% | - |
| HSV(B) | 63.41º | 0.91% | 0.99% | - |
| XYZ | 71.23 | 88.84 | 14.26 | - |
| YUV | 223.01 | 15.69 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 24 | 0.05 | 0 | 0.91 | 0.01 | 63.41 | 0.98 | 0.54 |
| Hex | F0 | FD | 18 | 5 | 0 | 5B | 1 | 3F | 62 | 36 |
| Octal | 360 | 375 | 30 | 5 | 0 | 133 | 1 | 77 | 142 | 66 |
| Binary | 11110000 | 11111101 | 11000 | 101 | 0 | 1011011 | 1 | 111111 | 1100010 | 110110 |
Color Harmonies of #F0FD18
Complementary color
Monochromatic Colors of #F0FD18
Black with #F0FD18
Text Example
Text Example
White with #F0FD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD18; }
p { color: rgb(240,253,24); }
H1.HeaderClassName
{
color: #F0FD18;
}
.AnyTagClassName
{
color: #F0FD18;
}
</style>
background-color css
<style>
a { background-color: #F0FD18; }
a { background-color: rgb(240,253,24); }
div.DivClassName
{
background-color: #F0FD18;
}
.BgClassName
{
background-color: #F0FD18;
}
</style>
border-color css
<style>
span { border-color: #F0FD18; }
span { border-color: rgb(240,253,24); }
td.TdClassName
{
border-color: #F0FD18;
}
.TagClassName
{
border-color: #F0FD18;
}
</style>