Shades of Laser Lemon #F0FF65
Tints of Laser Lemon #F0FF65
RGB
CMYK
RGB Variations
Color information
#F0FF65 (or 0xF0FF65) is known color: Laser Lemon. HEX triplet: F0, FF and 65. RGB value is (240,255,101). Sum of RGB (Red+Green+Blue) = 240+255+101=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 101 (39.84% from 255 or 16.95% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF65 is #0F009A. Grayscale: #E9E9E9. Windows color (decimal): -983195 or 6684656. OLE color: 6684656.
HSL color Cylindrical-coordinate representation of color #F0FF65: hue angle of 65.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0FF65 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 101 | - |
| CMYK | 0.06 | 0 | 0.60 | 0 |
| HSL | 65.84º | 1% | 0.7% | - |
| HSV(B) | 65.84º | 0.6% | 1% | - |
| XYZ | 74.04 | 90.98 | 25.97 | - |
| YUV | 232.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 101 | 0.06 | 0 | 0.60 | 0 | 65.84 | 1 | 0.7 |
| Hex | F0 | FF | 65 | 6 | 0 | 3C | 0 | 42 | 64 | 46 |
| Octal | 360 | 377 | 145 | 6 | 0 | 74 | 0 | 102 | 144 | 106 |
| Binary | 11110000 | 11111111 | 1100101 | 110 | 0 | 111100 | 0 | 1000010 | 1100100 | 1000110 |
Color Harmonies of #F0FF65
Complementary color
Monochromatic Colors of #F0FF65
Black with #F0FF65
Text Example
Text Example
White with #F0FF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF65; }
p { color: rgb(240,255,101); }
H1.HeaderClassName
{
color: #F0FF65;
}
.AnyTagClassName
{
color: #F0FF65;
}
</style>
background-color css
<style>
a { background-color: #F0FF65; }
a { background-color: rgb(240,255,101); }
div.DivClassName
{
background-color: #F0FF65;
}
.BgClassName
{
background-color: #F0FF65;
}
</style>
border-color css
<style>
span { border-color: #F0FF65; }
span { border-color: rgb(240,255,101); }
td.TdClassName
{
border-color: #F0FF65;
}
.TagClassName
{
border-color: #F0FF65;
}
</style>