Shades of Laser Lemon #F0FC68
Tints of Laser Lemon #F0FC68
RGB
CMYK
RGB Variations
Color information
#F0FC68 (or 0xF0FC68) is known color: Laser Lemon. HEX triplet: F0, FC and 68. RGB value is (240,252,104). Sum of RGB (Red+Green+Blue) = 240+252+104=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC68 is #0F0397. Grayscale: #E8E8E8. Windows color (decimal): -983960 or 6880496. OLE color: 6880496.
HSL color Cylindrical-coordinate representation of color #F0FC68: hue angle of 64.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0FC68 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 104 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.01 |
| HSL | 64.86º | 0.96% | 0.7% | - |
| HSV(B) | 64.86º | 0.59% | 0.99% | - |
| XYZ | 73.24 | 89.15 | 26.44 | - |
| YUV | 231.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 104 | 0.05 | 0 | 0.59 | 0.01 | 64.86 | 0.96 | 0.7 |
| Hex | F0 | FC | 68 | 5 | 0 | 3B | 1 | 41 | 60 | 46 |
| Octal | 360 | 374 | 150 | 5 | 0 | 73 | 1 | 101 | 140 | 106 |
| Binary | 11110000 | 11111100 | 1101000 | 101 | 0 | 111011 | 1 | 1000001 | 1100000 | 1000110 |
Color Harmonies of #F0FC68
Complementary color
Monochromatic Colors of #F0FC68
Black with #F0FC68
Text Example
Text Example
White with #F0FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC68; }
p { color: rgb(240,252,104); }
H1.HeaderClassName
{
color: #F0FC68;
}
.AnyTagClassName
{
color: #F0FC68;
}
</style>
background-color css
<style>
a { background-color: #F0FC68; }
a { background-color: rgb(240,252,104); }
div.DivClassName
{
background-color: #F0FC68;
}
.BgClassName
{
background-color: #F0FC68;
}
</style>
border-color css
<style>
span { border-color: #F0FC68; }
span { border-color: rgb(240,252,104); }
td.TdClassName
{
border-color: #F0FC68;
}
.TagClassName
{
border-color: #F0FC68;
}
</style>