Shades of Laser Lemon #F0FF52
Tints of Laser Lemon #F0FF52
RGB
CMYK
RGB Variations
Color information
#F0FF52 (or 0xF0FF52) is known color: Laser Lemon. HEX triplet: F0, FF and 52. RGB value is (240,255,82). Sum of RGB (Red+Green+Blue) = 240+255+82=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF52 is #0F00AD. Grayscale: #E7E7E7. Windows color (decimal): -983214 or 5439472. OLE color: 5439472.
HSL color Cylindrical-coordinate representation of color #F0FF52: hue angle of 65.2º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0FF52 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 82 | - |
| CMYK | 0.06 | 0 | 0.68 | 0 |
| HSL | 65.2º | 1% | 0.66% | - |
| HSV(B) | 65.2º | 0.68% | 1% | - |
| XYZ | 73.22 | 90.65 | 21.62 | - |
| YUV | 230.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 82 | 0.06 | 0 | 0.68 | 0 | 65.2 | 1 | 0.66 |
| Hex | F0 | FF | 52 | 6 | 0 | 44 | 0 | 41 | 64 | 42 |
| Octal | 360 | 377 | 122 | 6 | 0 | 104 | 0 | 101 | 144 | 102 |
| Binary | 11110000 | 11111111 | 1010010 | 110 | 0 | 1000100 | 0 | 1000001 | 1100100 | 1000010 |
Color Harmonies of #F0FF52
Complementary color
Monochromatic Colors of #F0FF52
Black with #F0FF52
Text Example
Text Example
White with #F0FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF52; }
p { color: rgb(240,255,82); }
H1.HeaderClassName
{
color: #F0FF52;
}
.AnyTagClassName
{
color: #F0FF52;
}
</style>
background-color css
<style>
a { background-color: #F0FF52; }
a { background-color: rgb(240,255,82); }
div.DivClassName
{
background-color: #F0FF52;
}
.BgClassName
{
background-color: #F0FF52;
}
</style>
border-color css
<style>
span { border-color: #F0FF52; }
span { border-color: rgb(240,255,82); }
td.TdClassName
{
border-color: #F0FF52;
}
.TagClassName
{
border-color: #F0FF52;
}
</style>