Shades of Laser Lemon #F0FC56
Tints of Laser Lemon #F0FC56
RGB
CMYK
RGB Variations
Color information
#F0FC56 (or 0xF0FC56) is known color: Laser Lemon. HEX triplet: F0, FC and 56. RGB value is (240,252,86). Sum of RGB (Red+Green+Blue) = 240+252+86=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 86 (33.98% from 255 or 14.88% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC56 is #0F03A9. Grayscale: #E6E6E6. Windows color (decimal): -983978 or 5700848. OLE color: 5700848.
HSL color Cylindrical-coordinate representation of color #F0FC56: hue angle of 64.34º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0FC56 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 86 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.01 |
| HSL | 64.34º | 0.97% | 0.66% | - |
| HSV(B) | 64.34º | 0.66% | 0.99% | - |
| XYZ | 72.43 | 88.82 | 22.13 | - |
| YUV | 229.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 86 | 0.05 | 0 | 0.66 | 0.01 | 64.34 | 0.97 | 0.66 |
| Hex | F0 | FC | 56 | 5 | 0 | 42 | 1 | 40 | 61 | 42 |
| Octal | 360 | 374 | 126 | 5 | 0 | 102 | 1 | 100 | 141 | 102 |
| Binary | 11110000 | 11111100 | 1010110 | 101 | 0 | 1000010 | 1 | 1000000 | 1100001 | 1000010 |
Color Harmonies of #F0FC56
Complementary color
Monochromatic Colors of #F0FC56
Black with #F0FC56
Text Example
Text Example
White with #F0FC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC56; }
p { color: rgb(240,252,86); }
H1.HeaderClassName
{
color: #F0FC56;
}
.AnyTagClassName
{
color: #F0FC56;
}
</style>
background-color css
<style>
a { background-color: #F0FC56; }
a { background-color: rgb(240,252,86); }
div.DivClassName
{
background-color: #F0FC56;
}
.BgClassName
{
background-color: #F0FC56;
}
</style>
border-color css
<style>
span { border-color: #F0FC56; }
span { border-color: rgb(240,252,86); }
td.TdClassName
{
border-color: #F0FC56;
}
.TagClassName
{
border-color: #F0FC56;
}
</style>