Shades of Laser Lemon #F0FB57
Tints of Laser Lemon #F0FB57
RGB
CMYK
RGB Variations
Color information
#F0FB57 (or 0xF0FB57) is known color: Laser Lemon. HEX triplet: F0, FB and 57. RGB value is (240,251,87). Sum of RGB (Red+Green+Blue) = 240+251+87=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 87 (34.38% from 255 or 15.05% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB57 is #0F04A8. Grayscale: #E5E5E5. Windows color (decimal): -984233 or 5766128. OLE color: 5766128.
HSL color Cylindrical-coordinate representation of color #F0FB57: hue angle of 64.02º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0FB57 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 87 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.02 |
| HSL | 64.02º | 0.95% | 0.66% | - |
| HSV(B) | 64.02º | 0.65% | 0.98% | - |
| XYZ | 72.15 | 88.21 | 22.24 | - |
| YUV | 229.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 87 | 0.04 | 0 | 0.65 | 0.02 | 64.02 | 0.95 | 0.66 |
| Hex | F0 | FB | 57 | 4 | 0 | 41 | 2 | 40 | 5F | 42 |
| Octal | 360 | 373 | 127 | 4 | 0 | 101 | 2 | 100 | 137 | 102 |
| Binary | 11110000 | 11111011 | 1010111 | 100 | 0 | 1000001 | 10 | 1000000 | 1011111 | 1000010 |
Color Harmonies of #F0FB57
Complementary color
Monochromatic Colors of #F0FB57
Black with #F0FB57
Text Example
Text Example
White with #F0FB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB57; }
p { color: rgb(240,251,87); }
H1.HeaderClassName
{
color: #F0FB57;
}
.AnyTagClassName
{
color: #F0FB57;
}
</style>
background-color css
<style>
a { background-color: #F0FB57; }
a { background-color: rgb(240,251,87); }
div.DivClassName
{
background-color: #F0FB57;
}
.BgClassName
{
background-color: #F0FB57;
}
</style>
border-color css
<style>
span { border-color: #F0FB57; }
span { border-color: rgb(240,251,87); }
td.TdClassName
{
border-color: #F0FB57;
}
.TagClassName
{
border-color: #F0FB57;
}
</style>