Shades of Laser Lemon #F0FD66
Tints of Laser Lemon #F0FD66
RGB
CMYK
RGB Variations
Color information
#F0FD66 (or 0xF0FD66) is known color: Laser Lemon. HEX triplet: F0, FD and 66. RGB value is (240,253,102). Sum of RGB (Red+Green+Blue) = 240+253+102=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 102 (40.23% from 255 or 17.14% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD66 is #0F0299. Grayscale: #E8E8E8. Windows color (decimal): -983706 or 6749680. OLE color: 6749680.
HSL color Cylindrical-coordinate representation of color #F0FD66: hue angle of 65.17º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0FD66 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 102 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.01 |
| HSL | 65.17º | 0.97% | 0.7% | - |
| HSV(B) | 65.17º | 0.6% | 0.99% | - |
| XYZ | 73.46 | 89.74 | 26.02 | - |
| YUV | 231.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 102 | 0.05 | 0 | 0.60 | 0.01 | 65.17 | 0.97 | 0.7 |
| Hex | F0 | FD | 66 | 5 | 0 | 3C | 1 | 41 | 61 | 46 |
| Octal | 360 | 375 | 146 | 5 | 0 | 74 | 1 | 101 | 141 | 106 |
| Binary | 11110000 | 11111101 | 1100110 | 101 | 0 | 111100 | 1 | 1000001 | 1100001 | 1000110 |
Color Harmonies of #F0FD66
Complementary color
Monochromatic Colors of #F0FD66
Black with #F0FD66
Text Example
Text Example
White with #F0FD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD66; }
p { color: rgb(240,253,102); }
H1.HeaderClassName
{
color: #F0FD66;
}
.AnyTagClassName
{
color: #F0FD66;
}
</style>
background-color css
<style>
a { background-color: #F0FD66; }
a { background-color: rgb(240,253,102); }
div.DivClassName
{
background-color: #F0FD66;
}
.BgClassName
{
background-color: #F0FD66;
}
</style>
border-color css
<style>
span { border-color: #F0FD66; }
span { border-color: rgb(240,253,102); }
td.TdClassName
{
border-color: #F0FD66;
}
.TagClassName
{
border-color: #F0FD66;
}
</style>