Shades of Laser Lemon #F0FF5D
Tints of Laser Lemon #F0FF5D
RGB
CMYK
RGB Variations
Color information
#F0FF5D (or 0xF0FF5D) is known color: Laser Lemon. HEX triplet: F0, FF and 5D. RGB value is (240,255,93). Sum of RGB (Red+Green+Blue) = 240+255+93=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 93 (36.72% from 255 or 15.82% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF5D is #0F00A2. Grayscale: #E8E8E8. Windows color (decimal): -983203 or 6160368. OLE color: 6160368.
HSL color Cylindrical-coordinate representation of color #F0FF5D: hue angle of 65.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0FF5D is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 93 | - |
| CMYK | 0.06 | 0 | 0.64 | 0 |
| HSL | 65.56º | 1% | 0.68% | - |
| HSV(B) | 65.56º | 0.64% | 1% | - |
| XYZ | 73.67 | 90.84 | 24.01 | - |
| YUV | 232.05 | 49.53 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 93 | 0.06 | 0 | 0.64 | 0 | 65.56 | 1 | 0.68 |
| Hex | F0 | FF | 5D | 6 | 0 | 40 | 0 | 42 | 64 | 44 |
| Octal | 360 | 377 | 135 | 6 | 0 | 100 | 0 | 102 | 144 | 104 |
| Binary | 11110000 | 11111111 | 1011101 | 110 | 0 | 1000000 | 0 | 1000010 | 1100100 | 1000100 |
Color Harmonies of #F0FF5D
Complementary color
Monochromatic Colors of #F0FF5D
Black with #F0FF5D
Text Example
Text Example
White with #F0FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF5D; }
p { color: rgb(240,255,93); }
H1.HeaderClassName
{
color: #F0FF5D;
}
.AnyTagClassName
{
color: #F0FF5D;
}
</style>
background-color css
<style>
a { background-color: #F0FF5D; }
a { background-color: rgb(240,255,93); }
div.DivClassName
{
background-color: #F0FF5D;
}
.BgClassName
{
background-color: #F0FF5D;
}
</style>
border-color css
<style>
span { border-color: #F0FF5D; }
span { border-color: rgb(240,255,93); }
td.TdClassName
{
border-color: #F0FF5D;
}
.TagClassName
{
border-color: #F0FF5D;
}
</style>