Shades of Laser Lemon #F0FF5C
Tints of Laser Lemon #F0FF5C
RGB
CMYK
RGB Variations
Color information
#F0FF5C (or 0xF0FF5C) is known color: Laser Lemon. HEX triplet: F0, FF and 5C. RGB value is (240,255,92). Sum of RGB (Red+Green+Blue) = 240+255+92=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 92 (36.33% from 255 or 15.67% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF5C is #0F00A3. Grayscale: #E8E8E8. Windows color (decimal): -983204 or 6094832. OLE color: 6094832.
HSL color Cylindrical-coordinate representation of color #F0FF5C: hue angle of 65.52º 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 #F0FF5C is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 92 | - |
| CMYK | 0.06 | 0 | 0.64 | 0 |
| HSL | 65.52º | 1% | 0.68% | - |
| HSV(B) | 65.52º | 0.64% | 1% | - |
| XYZ | 73.63 | 90.82 | 23.77 | - |
| YUV | 231.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 92 | 0.06 | 0 | 0.64 | 0 | 65.52 | 1 | 0.68 |
| Hex | F0 | FF | 5C | 6 | 0 | 40 | 0 | 42 | 64 | 44 |
| Octal | 360 | 377 | 134 | 6 | 0 | 100 | 0 | 102 | 144 | 104 |
| Binary | 11110000 | 11111111 | 1011100 | 110 | 0 | 1000000 | 0 | 1000010 | 1100100 | 1000100 |
Color Harmonies of #F0FF5C
Complementary color
Monochromatic Colors of #F0FF5C
Black with #F0FF5C
Text Example
Text Example
White with #F0FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF5C; }
p { color: rgb(240,255,92); }
H1.HeaderClassName
{
color: #F0FF5C;
}
.AnyTagClassName
{
color: #F0FF5C;
}
</style>
background-color css
<style>
a { background-color: #F0FF5C; }
a { background-color: rgb(240,255,92); }
div.DivClassName
{
background-color: #F0FF5C;
}
.BgClassName
{
background-color: #F0FF5C;
}
</style>
border-color css
<style>
span { border-color: #F0FF5C; }
span { border-color: rgb(240,255,92); }
td.TdClassName
{
border-color: #F0FF5C;
}
.TagClassName
{
border-color: #F0FF5C;
}
</style>