Shades of Laser Lemon #F0FE52
Tints of Laser Lemon #F0FE52
RGB
CMYK
RGB Variations
Color information
#F0FE52 (or 0xF0FE52) is known color: Laser Lemon. HEX triplet: F0, FE and 52. RGB value is (240,254,82). Sum of RGB (Red+Green+Blue) = 240+254+82=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 82 (32.42% from 255 or 14.24% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE52 is #0F01AD. Grayscale: #E6E6E6. Windows color (decimal): -983470 or 5439216. OLE color: 5439216.
HSL color Cylindrical-coordinate representation of color #F0FE52: hue angle of 64.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0FE52 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 82 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.00 |
| HSL | 64.88º | 0.99% | 0.66% | - |
| HSV(B) | 64.88º | 0.68% | 1% | - |
| XYZ | 72.9 | 90.02 | 21.52 | - |
| YUV | 230.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 82 | 0.06 | 0 | 0.68 | 0.00 | 64.88 | 0.99 | 0.66 |
| Hex | F0 | FE | 52 | 6 | 0 | 44 | 0 | 41 | 63 | 42 |
| Octal | 360 | 376 | 122 | 6 | 0 | 104 | 0 | 101 | 143 | 102 |
| Binary | 11110000 | 11111110 | 1010010 | 110 | 0 | 1000100 | 0 | 1000001 | 1100011 | 1000010 |
Color Harmonies of #F0FE52
Complementary color
Monochromatic Colors of #F0FE52
Black with #F0FE52
Text Example
Text Example
White with #F0FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE52; }
p { color: rgb(240,254,82); }
H1.HeaderClassName
{
color: #F0FE52;
}
.AnyTagClassName
{
color: #F0FE52;
}
</style>
background-color css
<style>
a { background-color: #F0FE52; }
a { background-color: rgb(240,254,82); }
div.DivClassName
{
background-color: #F0FE52;
}
.BgClassName
{
background-color: #F0FE52;
}
</style>
border-color css
<style>
span { border-color: #F0FE52; }
span { border-color: rgb(240,254,82); }
td.TdClassName
{
border-color: #F0FE52;
}
.TagClassName
{
border-color: #F0FE52;
}
</style>