Shades of Laser Lemon #F0FC54
Tints of Laser Lemon #F0FC54
RGB
CMYK
RGB Variations
Color information
#F0FC54 (or 0xF0FC54) is known color: Laser Lemon. HEX triplet: F0, FC and 54. RGB value is (240,252,84). Sum of RGB (Red+Green+Blue) = 240+252+84=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC54 is #0F03AB. Grayscale: #E5E5E5. Windows color (decimal): -983980 or 5569776. OLE color: 5569776.
HSL color Cylindrical-coordinate representation of color #F0FC54: hue angle of 64.29º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0FC54 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 84 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.01 |
| HSL | 64.29º | 0.97% | 0.66% | - |
| HSV(B) | 64.29º | 0.67% | 0.99% | - |
| XYZ | 72.35 | 88.79 | 21.71 | - |
| YUV | 229.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 84 | 0.05 | 0 | 0.67 | 0.01 | 64.29 | 0.97 | 0.66 |
| Hex | F0 | FC | 54 | 5 | 0 | 43 | 1 | 40 | 61 | 42 |
| Octal | 360 | 374 | 124 | 5 | 0 | 103 | 1 | 100 | 141 | 102 |
| Binary | 11110000 | 11111100 | 1010100 | 101 | 0 | 1000011 | 1 | 1000000 | 1100001 | 1000010 |
Color Harmonies of #F0FC54
Complementary color
Monochromatic Colors of #F0FC54
Black with #F0FC54
Text Example
Text Example
White with #F0FC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC54; }
p { color: rgb(240,252,84); }
H1.HeaderClassName
{
color: #F0FC54;
}
.AnyTagClassName
{
color: #F0FC54;
}
</style>
background-color css
<style>
a { background-color: #F0FC54; }
a { background-color: rgb(240,252,84); }
div.DivClassName
{
background-color: #F0FC54;
}
.BgClassName
{
background-color: #F0FC54;
}
</style>
border-color css
<style>
span { border-color: #F0FC54; }
span { border-color: rgb(240,252,84); }
td.TdClassName
{
border-color: #F0FC54;
}
.TagClassName
{
border-color: #F0FC54;
}
</style>