Shades of Laser Lemon #F2FF66
Tints of Laser Lemon #F2FF66
RGB
CMYK
RGB Variations
Color information
#F2FF66 (or 0xF2FF66) is known color: Laser Lemon. HEX triplet: F2, FF and 66. RGB value is (242,255,102). Sum of RGB (Red+Green+Blue) = 242+255+102=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 102 (40.23% from 255 or 17.03% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF66 is #0D0099. Grayscale: #EAEAEA. Windows color (decimal): -852122 or 6750194. OLE color: 6750194.
HSL color Cylindrical-coordinate representation of color #F2FF66: hue angle of 65.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2FF66 is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 102 | - |
| CMYK | 0.05 | 0 | 0.6 | 0 |
| HSL | 65.1º | 1% | 0.7% | - |
| HSV(B) | 65.1º | 0.6% | 1% | - |
| XYZ | 74.78 | 91.36 | 26.26 | - |
| YUV | 233.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 102 | 0.05 | 0 | 0.6 | 0 | 65.1 | 1 | 0.7 |
| Hex | F2 | FF | 66 | 5 | 0 | 3C | 0 | 41 | 64 | 46 |
| Octal | 362 | 377 | 146 | 5 | 0 | 74 | 0 | 101 | 144 | 106 |
| Binary | 11110010 | 11111111 | 1100110 | 101 | 0 | 111100 | 0 | 1000001 | 1100100 | 1000110 |
Color Harmonies of #F2FF66
Complementary color
Monochromatic Colors of #F2FF66
Black with #F2FF66
Text Example
Text Example
White with #F2FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF66; }
p { color: rgb(242,255,102); }
H1.HeaderClassName
{
color: #F2FF66;
}
.AnyTagClassName
{
color: #F2FF66;
}
</style>
background-color css
<style>
a { background-color: #F2FF66; }
a { background-color: rgb(242,255,102); }
div.DivClassName
{
background-color: #F2FF66;
}
.BgClassName
{
background-color: #F2FF66;
}
</style>
border-color css
<style>
span { border-color: #F2FF66; }
span { border-color: rgb(242,255,102); }
td.TdClassName
{
border-color: #F2FF66;
}
.TagClassName
{
border-color: #F2FF66;
}
</style>