Shades of Laser Lemon #F1FC62
Tints of Laser Lemon #F1FC62
RGB
CMYK
RGB Variations
Color information
#F1FC62 (or 0xF1FC62) is known color: Laser Lemon. HEX triplet: F1, FC and 62. RGB value is (241,252,98). Sum of RGB (Red+Green+Blue) = 241+252+98=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 98 (38.67% from 255 or 16.58% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FC62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FC62 is #0E039D. Grayscale: #E7E7E7. Windows color (decimal): -918430 or 6487281. OLE color: 6487281.
HSL color Cylindrical-coordinate representation of color #F1FC62: hue angle of 64.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1FC62 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 98 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.01 |
| HSL | 64.29º | 0.96% | 0.69% | - |
| HSV(B) | 64.29º | 0.61% | 0.99% | - |
| XYZ | 73.29 | 89.2 | 24.91 | - |
| YUV | 231.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 98 | 0.04 | 0 | 0.61 | 0.01 | 64.29 | 0.96 | 0.69 |
| Hex | F1 | FC | 62 | 4 | 0 | 3D | 1 | 40 | 60 | 45 |
| Octal | 361 | 374 | 142 | 4 | 0 | 75 | 1 | 100 | 140 | 105 |
| Binary | 11110001 | 11111100 | 1100010 | 100 | 0 | 111101 | 1 | 1000000 | 1100000 | 1000101 |
Color Harmonies of #F1FC62
Complementary color
Monochromatic Colors of #F1FC62
Black with #F1FC62
Text Example
Text Example
White with #F1FC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FC62; }
p { color: rgb(241,252,98); }
H1.HeaderClassName
{
color: #F1FC62;
}
.AnyTagClassName
{
color: #F1FC62;
}
</style>
background-color css
<style>
a { background-color: #F1FC62; }
a { background-color: rgb(241,252,98); }
div.DivClassName
{
background-color: #F1FC62;
}
.BgClassName
{
background-color: #F1FC62;
}
</style>
border-color css
<style>
span { border-color: #F1FC62; }
span { border-color: rgb(241,252,98); }
td.TdClassName
{
border-color: #F1FC62;
}
.TagClassName
{
border-color: #F1FC62;
}
</style>