Shades of Laser Lemon #F1FF51
Tints of Laser Lemon #F1FF51
RGB
CMYK
RGB Variations
Color information
#F1FF51 (or 0xF1FF51) is known color: Laser Lemon. HEX triplet: F1, FF and 51. RGB value is (241,255,81). Sum of RGB (Red+Green+Blue) = 241+255+81=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 81 (32.03% from 255 or 14.04% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FF51 is #0E00AE. Grayscale: #E7E7E7. Windows color (decimal): -917679 or 5373937. OLE color: 5373937.
HSL color Cylindrical-coordinate representation of color #F1FF51: hue angle of 64.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1FF51 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 81 | - |
| CMYK | 0.05 | 0 | 0.68 | 0 |
| HSL | 64.83º | 1% | 0.66% | - |
| HSV(B) | 64.83º | 0.68% | 1% | - |
| XYZ | 73.52 | 90.81 | 21.44 | - |
| YUV | 230.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 81 | 0.05 | 0 | 0.68 | 0 | 64.83 | 1 | 0.66 |
| Hex | F1 | FF | 51 | 5 | 0 | 44 | 0 | 41 | 64 | 42 |
| Octal | 361 | 377 | 121 | 5 | 0 | 104 | 0 | 101 | 144 | 102 |
| Binary | 11110001 | 11111111 | 1010001 | 101 | 0 | 1000100 | 0 | 1000001 | 1100100 | 1000010 |
Color Harmonies of #F1FF51
Complementary color
Monochromatic Colors of #F1FF51
Black with #F1FF51
Text Example
Text Example
White with #F1FF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF51; }
p { color: rgb(241,255,81); }
H1.HeaderClassName
{
color: #F1FF51;
}
.AnyTagClassName
{
color: #F1FF51;
}
</style>
background-color css
<style>
a { background-color: #F1FF51; }
a { background-color: rgb(241,255,81); }
div.DivClassName
{
background-color: #F1FF51;
}
.BgClassName
{
background-color: #F1FF51;
}
</style>
border-color css
<style>
span { border-color: #F1FF51; }
span { border-color: rgb(241,255,81); }
td.TdClassName
{
border-color: #F1FF51;
}
.TagClassName
{
border-color: #F1FF51;
}
</style>