Shades of Laser Lemon #F0FF66
Tints of Laser Lemon #F0FF66
RGB
CMYK
RGB Variations
Color information
#F0FF66 (or 0xF0FF66) is known color: Laser Lemon. HEX triplet: F0, FF and 66. RGB value is (240,255,102). Sum of RGB (Red+Green+Blue) = 240+255+102=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 102 (40.23% from 255 or 17.09% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF66 is #0F0099. Grayscale: #E9E9E9. Windows color (decimal): -983194 or 6750192. OLE color: 6750192.
HSL color Cylindrical-coordinate representation of color #F0FF66: hue angle of 65.88º 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 #F0FF66 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 102 | - |
| CMYK | 0.06 | 0 | 0.6 | 0 |
| HSL | 65.88º | 1% | 0.7% | - |
| HSV(B) | 65.88º | 0.6% | 1% | - |
| XYZ | 74.09 | 91 | 26.23 | - |
| YUV | 233.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 102 | 0.06 | 0 | 0.6 | 0 | 65.88 | 1 | 0.7 |
| Hex | F0 | FF | 66 | 6 | 0 | 3C | 0 | 42 | 64 | 46 |
| Octal | 360 | 377 | 146 | 6 | 0 | 74 | 0 | 102 | 144 | 106 |
| Binary | 11110000 | 11111111 | 1100110 | 110 | 0 | 111100 | 0 | 1000010 | 1100100 | 1000110 |
Color Harmonies of #F0FF66
Complementary color
Monochromatic Colors of #F0FF66
Black with #F0FF66
Text Example
Text Example
White with #F0FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF66; }
p { color: rgb(240,255,102); }
H1.HeaderClassName
{
color: #F0FF66;
}
.AnyTagClassName
{
color: #F0FF66;
}
</style>
background-color css
<style>
a { background-color: #F0FF66; }
a { background-color: rgb(240,255,102); }
div.DivClassName
{
background-color: #F0FF66;
}
.BgClassName
{
background-color: #F0FF66;
}
</style>
border-color css
<style>
span { border-color: #F0FF66; }
span { border-color: rgb(240,255,102); }
td.TdClassName
{
border-color: #F0FF66;
}
.TagClassName
{
border-color: #F0FF66;
}
</style>