Shades of Laser Lemon #F0FC59
Tints of Laser Lemon #F0FC59
RGB
CMYK
RGB Variations
Color information
#F0FC59 (or 0xF0FC59) is known color: Laser Lemon. HEX triplet: F0, FC and 59. RGB value is (240,252,89). Sum of RGB (Red+Green+Blue) = 240+252+89=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 89 (35.16% from 255 or 15.32% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC59 is #0F03A6. Grayscale: #E6E6E6. Windows color (decimal): -983975 or 5897456. OLE color: 5897456.
HSL color Cylindrical-coordinate representation of color #F0FC59: hue angle of 64.42º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0FC59 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 89 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.01 |
| HSL | 64.42º | 0.96% | 0.67% | - |
| HSV(B) | 64.42º | 0.65% | 0.99% | - |
| XYZ | 72.55 | 88.87 | 22.78 | - |
| YUV | 229.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 89 | 0.05 | 0 | 0.65 | 0.01 | 64.42 | 0.96 | 0.67 |
| Hex | F0 | FC | 59 | 5 | 0 | 41 | 1 | 40 | 60 | 43 |
| Octal | 360 | 374 | 131 | 5 | 0 | 101 | 1 | 100 | 140 | 103 |
| Binary | 11110000 | 11111100 | 1011001 | 101 | 0 | 1000001 | 1 | 1000000 | 1100000 | 1000011 |
Color Harmonies of #F0FC59
Complementary color
Monochromatic Colors of #F0FC59
Black with #F0FC59
Text Example
Text Example
White with #F0FC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC59; }
p { color: rgb(240,252,89); }
H1.HeaderClassName
{
color: #F0FC59;
}
.AnyTagClassName
{
color: #F0FC59;
}
</style>
background-color css
<style>
a { background-color: #F0FC59; }
a { background-color: rgb(240,252,89); }
div.DivClassName
{
background-color: #F0FC59;
}
.BgClassName
{
background-color: #F0FC59;
}
</style>
border-color css
<style>
span { border-color: #F0FC59; }
span { border-color: rgb(240,252,89); }
td.TdClassName
{
border-color: #F0FC59;
}
.TagClassName
{
border-color: #F0FC59;
}
</style>