Shades of Lemon #F1FF25
Tints of Lemon #F1FF25
RGB
CMYK
RGB Variations
Color information
#F1FF25 (or 0xF1FF25) is known color: Lemon. HEX triplet: F1, FF and 25. RGB value is (241,255,37). Sum of RGB (Red+Green+Blue) = 241+255+37=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 37 (14.84% from 255 or 6.94% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF25 is #0E00DA. Grayscale: #E2E2E2. Windows color (decimal): -917723 or 2490353. OLE color: 2490353.
HSL color Cylindrical-coordinate representation of color #F1FF25: hue angle of 63.85º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1FF25 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 37 | - |
| CMYK | 0.05 | 0 | 0.85 | 0 |
| HSL | 63.85º | 1% | 0.57% | - |
| HSV(B) | 63.85º | 0.85% | 1% | - |
| XYZ | 72.37 | 90.35 | 15.38 | - |
| YUV | 225.96 | 21.36 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 37 | 0.05 | 0 | 0.85 | 0 | 63.85 | 1 | 0.57 |
| Hex | F1 | FF | 25 | 5 | 0 | 55 | 0 | 40 | 64 | 39 |
| Octal | 361 | 377 | 45 | 5 | 0 | 125 | 0 | 100 | 144 | 71 |
| Binary | 11110001 | 11111111 | 100101 | 101 | 0 | 1010101 | 0 | 1000000 | 1100100 | 111001 |
Color Harmonies of #F1FF25
Complementary color
Monochromatic Colors of #F1FF25
Black with #F1FF25
Text Example
Text Example
White with #F1FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF25; }
p { color: rgb(241,255,37); }
H1.HeaderClassName
{
color: #F1FF25;
}
.AnyTagClassName
{
color: #F1FF25;
}
</style>
background-color css
<style>
a { background-color: #F1FF25; }
a { background-color: rgb(241,255,37); }
div.DivClassName
{
background-color: #F1FF25;
}
.BgClassName
{
background-color: #F1FF25;
}
</style>
border-color css
<style>
span { border-color: #F1FF25; }
span { border-color: rgb(241,255,37); }
td.TdClassName
{
border-color: #F1FF25;
}
.TagClassName
{
border-color: #F1FF25;
}
</style>