Shades of Lemon #F1FF22
Tints of Lemon #F1FF22
RGB
CMYK
RGB Variations
Color information
#F1FF22 (or 0xF1FF22) is known color: Lemon. HEX triplet: F1, FF and 22. RGB value is (241,255,34). Sum of RGB (Red+Green+Blue) = 241+255+34=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 34 (13.67% from 255 or 6.42% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF22 is #0E00DD. Grayscale: #E2E2E2. Windows color (decimal): -917726 or 2293745. OLE color: 2293745.
HSL color Cylindrical-coordinate representation of color #F1FF22: hue angle of 63.8º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1FF22 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 34 | - |
| CMYK | 0.05 | 0 | 0.87 | 0 |
| HSL | 63.8º | 1% | 0.57% | - |
| HSV(B) | 63.8º | 0.87% | 1% | - |
| XYZ | 72.32 | 90.34 | 15.14 | - |
| YUV | 225.62 | 19.86 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 34 | 0.05 | 0 | 0.87 | 0 | 63.8 | 1 | 0.57 |
| Hex | F1 | FF | 22 | 5 | 0 | 57 | 0 | 40 | 64 | 39 |
| Octal | 361 | 377 | 42 | 5 | 0 | 127 | 0 | 100 | 144 | 71 |
| Binary | 11110001 | 11111111 | 100010 | 101 | 0 | 1010111 | 0 | 1000000 | 1100100 | 111001 |
Color Harmonies of #F1FF22
Complementary color
Monochromatic Colors of #F1FF22
Black with #F1FF22
Text Example
Text Example
White with #F1FF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF22; }
p { color: rgb(241,255,34); }
H1.HeaderClassName
{
color: #F1FF22;
}
.AnyTagClassName
{
color: #F1FF22;
}
</style>
background-color css
<style>
a { background-color: #F1FF22; }
a { background-color: rgb(241,255,34); }
div.DivClassName
{
background-color: #F1FF22;
}
.BgClassName
{
background-color: #F1FF22;
}
</style>
border-color css
<style>
span { border-color: #F1FF22; }
span { border-color: rgb(241,255,34); }
td.TdClassName
{
border-color: #F1FF22;
}
.TagClassName
{
border-color: #F1FF22;
}
</style>