Shades of Laser Lemon #F1FF5D
Tints of Laser Lemon #F1FF5D
RGB
CMYK
RGB Variations
Color information
#F1FF5D (or 0xF1FF5D) is known color: Laser Lemon. HEX triplet: F1, FF and 5D. RGB value is (241,255,93). Sum of RGB (Red+Green+Blue) = 241+255+93=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 93 (36.72% from 255 or 15.79% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FF5D is #0E00A2. Grayscale: #E8E8E8. Windows color (decimal): -917667 or 6160369. OLE color: 6160369.
HSL color Cylindrical-coordinate representation of color #F1FF5D: hue angle of 65.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1FF5D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 93 | - |
| CMYK | 0.05 | 0 | 0.64 | 0 |
| HSL | 65.19º | 1% | 0.68% | - |
| HSV(B) | 65.19º | 0.64% | 1% | - |
| XYZ | 74.01 | 91.01 | 24.02 | - |
| YUV | 232.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 93 | 0.05 | 0 | 0.64 | 0 | 65.19 | 1 | 0.68 |
| Hex | F1 | FF | 5D | 5 | 0 | 40 | 0 | 41 | 64 | 44 |
| Octal | 361 | 377 | 135 | 5 | 0 | 100 | 0 | 101 | 144 | 104 |
| Binary | 11110001 | 11111111 | 1011101 | 101 | 0 | 1000000 | 0 | 1000001 | 1100100 | 1000100 |
Color Harmonies of #F1FF5D
Complementary color
Monochromatic Colors of #F1FF5D
Black with #F1FF5D
Text Example
Text Example
White with #F1FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF5D; }
p { color: rgb(241,255,93); }
H1.HeaderClassName
{
color: #F1FF5D;
}
.AnyTagClassName
{
color: #F1FF5D;
}
</style>
background-color css
<style>
a { background-color: #F1FF5D; }
a { background-color: rgb(241,255,93); }
div.DivClassName
{
background-color: #F1FF5D;
}
.BgClassName
{
background-color: #F1FF5D;
}
</style>
border-color css
<style>
span { border-color: #F1FF5D; }
span { border-color: rgb(241,255,93); }
td.TdClassName
{
border-color: #F1FF5D;
}
.TagClassName
{
border-color: #F1FF5D;
}
</style>