Shades of Laser Lemon #F1FE68
Tints of Laser Lemon #F1FE68
RGB
CMYK
RGB Variations
Color information
#F1FE68 (or 0xF1FE68) is known color: Laser Lemon. HEX triplet: F1, FE and 68. RGB value is (241,254,104). Sum of RGB (Red+Green+Blue) = 241+254+104=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 104 (41.02% from 255 or 17.36% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE68 is #0E0197. Grayscale: #E9E9E9. Windows color (decimal): -917912 or 6881009. OLE color: 6881009.
HSL color Cylindrical-coordinate representation of color #F1FE68: hue angle of 65.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1FE68 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 104 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.00 |
| HSL | 65.2º | 0.99% | 0.7% | - |
| HSV(B) | 65.2º | 0.59% | 1% | - |
| XYZ | 74.22 | 90.58 | 26.67 | - |
| YUV | 233.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 104 | 0.05 | 0 | 0.59 | 0.00 | 65.2 | 0.99 | 0.7 |
| Hex | F1 | FE | 68 | 5 | 0 | 3B | 0 | 41 | 63 | 46 |
| Octal | 361 | 376 | 150 | 5 | 0 | 73 | 0 | 101 | 143 | 106 |
| Binary | 11110001 | 11111110 | 1101000 | 101 | 0 | 111011 | 0 | 1000001 | 1100011 | 1000110 |
Color Harmonies of #F1FE68
Complementary color
Monochromatic Colors of #F1FE68
Black with #F1FE68
Text Example
Text Example
White with #F1FE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE68; }
p { color: rgb(241,254,104); }
H1.HeaderClassName
{
color: #F1FE68;
}
.AnyTagClassName
{
color: #F1FE68;
}
</style>
background-color css
<style>
a { background-color: #F1FE68; }
a { background-color: rgb(241,254,104); }
div.DivClassName
{
background-color: #F1FE68;
}
.BgClassName
{
background-color: #F1FE68;
}
</style>
border-color css
<style>
span { border-color: #F1FE68; }
span { border-color: rgb(241,254,104); }
td.TdClassName
{
border-color: #F1FE68;
}
.TagClassName
{
border-color: #F1FE68;
}
</style>