Shades of Laser Lemon #F0FE56
Tints of Laser Lemon #F0FE56
RGB
CMYK
RGB Variations
Color information
#F0FE56 (or 0xF0FE56) is known color: Laser Lemon. HEX triplet: F0, FE and 56. RGB value is (240,254,86). Sum of RGB (Red+Green+Blue) = 240+254+86=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 86 (33.98% from 255 or 14.83% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE56 is #0F01A9. Grayscale: #E7E7E7. Windows color (decimal): -983466 or 5701360. OLE color: 5701360.
HSL color Cylindrical-coordinate representation of color #F0FE56: hue angle of 65º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0FE56 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 86 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.00 |
| HSL | 65º | 0.99% | 0.67% | - |
| HSV(B) | 65º | 0.66% | 1% | - |
| XYZ | 73.06 | 90.08 | 22.34 | - |
| YUV | 230.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 86 | 0.06 | 0 | 0.66 | 0.00 | 65 | 0.99 | 0.67 |
| Hex | F0 | FE | 56 | 6 | 0 | 42 | 0 | 41 | 63 | 43 |
| Octal | 360 | 376 | 126 | 6 | 0 | 102 | 0 | 101 | 143 | 103 |
| Binary | 11110000 | 11111110 | 1010110 | 110 | 0 | 1000010 | 0 | 1000001 | 1100011 | 1000011 |
Color Harmonies of #F0FE56
Complementary color
Monochromatic Colors of #F0FE56
Black with #F0FE56
Text Example
Text Example
White with #F0FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE56; }
p { color: rgb(240,254,86); }
H1.HeaderClassName
{
color: #F0FE56;
}
.AnyTagClassName
{
color: #F0FE56;
}
</style>
background-color css
<style>
a { background-color: #F0FE56; }
a { background-color: rgb(240,254,86); }
div.DivClassName
{
background-color: #F0FE56;
}
.BgClassName
{
background-color: #F0FE56;
}
</style>
border-color css
<style>
span { border-color: #F0FE56; }
span { border-color: rgb(240,254,86); }
td.TdClassName
{
border-color: #F0FE56;
}
.TagClassName
{
border-color: #F0FE56;
}
</style>