Shades of Laser Lemon #F2FE66
Tints of Laser Lemon #F2FE66
RGB
CMYK
RGB Variations
Color information
#F2FE66 (or 0xF2FE66) is known color: Laser Lemon. HEX triplet: F2, FE and 66. RGB value is (242,254,102). Sum of RGB (Red+Green+Blue) = 242+254+102=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 102 (40.23% from 255 or 17.06% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE66 is #0D0199. Grayscale: #E9E9E9. Windows color (decimal): -852378 or 6749938. OLE color: 6749938.
HSL color Cylindrical-coordinate representation of color #F2FE66: hue angle of 64.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2FE66 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 102 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.00 |
| HSL | 64.74º | 0.99% | 0.7% | - |
| HSV(B) | 64.74º | 0.6% | 1% | - |
| XYZ | 74.46 | 90.72 | 26.16 | - |
| YUV | 233.08 | 54.02 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 102 | 0.05 | 0 | 0.60 | 0.00 | 64.74 | 0.99 | 0.7 |
| Hex | F2 | FE | 66 | 5 | 0 | 3C | 0 | 41 | 63 | 46 |
| Octal | 362 | 376 | 146 | 5 | 0 | 74 | 0 | 101 | 143 | 106 |
| Binary | 11110010 | 11111110 | 1100110 | 101 | 0 | 111100 | 0 | 1000001 | 1100011 | 1000110 |
Color Harmonies of #F2FE66
Complementary color
Monochromatic Colors of #F2FE66
Black with #F2FE66
Text Example
Text Example
White with #F2FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE66; }
p { color: rgb(242,254,102); }
H1.HeaderClassName
{
color: #F2FE66;
}
.AnyTagClassName
{
color: #F2FE66;
}
</style>
background-color css
<style>
a { background-color: #F2FE66; }
a { background-color: rgb(242,254,102); }
div.DivClassName
{
background-color: #F2FE66;
}
.BgClassName
{
background-color: #F2FE66;
}
</style>
border-color css
<style>
span { border-color: #F2FE66; }
span { border-color: rgb(242,254,102); }
td.TdClassName
{
border-color: #F2FE66;
}
.TagClassName
{
border-color: #F2FE66;
}
</style>