Shades of Laser Lemon #F0FF53
Tints of Laser Lemon #F0FF53
RGB
CMYK
RGB Variations
Color information
#F0FF53 (or 0xF0FF53) is known color: Laser Lemon. HEX triplet: F0, FF and 53. RGB value is (240,255,83). Sum of RGB (Red+Green+Blue) = 240+255+83=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF53 is #0F00AC. Grayscale: #E7E7E7. Windows color (decimal): -983213 or 5505008. OLE color: 5505008.
HSL color Cylindrical-coordinate representation of color #F0FF53: hue angle of 65.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0FF53 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 83 | - |
| CMYK | 0.06 | 0 | 0.67 | 0 |
| HSL | 65.23º | 1% | 0.66% | - |
| HSV(B) | 65.23º | 0.67% | 1% | - |
| XYZ | 73.26 | 90.67 | 21.82 | - |
| YUV | 230.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 83 | 0.06 | 0 | 0.67 | 0 | 65.23 | 1 | 0.66 |
| Hex | F0 | FF | 53 | 6 | 0 | 43 | 0 | 41 | 64 | 42 |
| Octal | 360 | 377 | 123 | 6 | 0 | 103 | 0 | 101 | 144 | 102 |
| Binary | 11110000 | 11111111 | 1010011 | 110 | 0 | 1000011 | 0 | 1000001 | 1100100 | 1000010 |
Color Harmonies of #F0FF53
Complementary color
Monochromatic Colors of #F0FF53
Black with #F0FF53
Text Example
Text Example
White with #F0FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF53; }
p { color: rgb(240,255,83); }
H1.HeaderClassName
{
color: #F0FF53;
}
.AnyTagClassName
{
color: #F0FF53;
}
</style>
background-color css
<style>
a { background-color: #F0FF53; }
a { background-color: rgb(240,255,83); }
div.DivClassName
{
background-color: #F0FF53;
}
.BgClassName
{
background-color: #F0FF53;
}
</style>
border-color css
<style>
span { border-color: #F0FF53; }
span { border-color: rgb(240,255,83); }
td.TdClassName
{
border-color: #F0FF53;
}
.TagClassName
{
border-color: #F0FF53;
}
</style>