Shades of Laser Lemon #F0FF6C
Tints of Laser Lemon #F0FF6C
RGB
CMYK
RGB Variations
Color information
#F0FF6C (or 0xF0FF6C) is known color: Laser Lemon. HEX triplet: F0, FF and 6C. RGB value is (240,255,108). Sum of RGB (Red+Green+Blue) = 240+255+108=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 108 (42.58% from 255 or 17.91% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF6C is #0F0093. Grayscale: #EAEAEA. Windows color (decimal): -983188 or 7143408. OLE color: 7143408.
HSL color Cylindrical-coordinate representation of color #F0FF6C: hue angle of 66.12º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0FF6C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 108 | - |
| CMYK | 0.06 | 0 | 0.58 | 0 |
| HSL | 66.12º | 1% | 0.71% | - |
| HSV(B) | 66.12º | 0.58% | 1% | - |
| XYZ | 74.4 | 91.13 | 27.86 | - |
| YUV | 233.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 108 | 0.06 | 0 | 0.58 | 0 | 66.12 | 1 | 0.71 |
| Hex | F0 | FF | 6C | 6 | 0 | 3A | 0 | 42 | 64 | 47 |
| Octal | 360 | 377 | 154 | 6 | 0 | 72 | 0 | 102 | 144 | 107 |
| Binary | 11110000 | 11111111 | 1101100 | 110 | 0 | 111010 | 0 | 1000010 | 1100100 | 1000111 |
Color Harmonies of #F0FF6C
Complementary color
Monochromatic Colors of #F0FF6C
Black with #F0FF6C
Text Example
Text Example
White with #F0FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF6C; }
p { color: rgb(240,255,108); }
H1.HeaderClassName
{
color: #F0FF6C;
}
.AnyTagClassName
{
color: #F0FF6C;
}
</style>
background-color css
<style>
a { background-color: #F0FF6C; }
a { background-color: rgb(240,255,108); }
div.DivClassName
{
background-color: #F0FF6C;
}
.BgClassName
{
background-color: #F0FF6C;
}
</style>
border-color css
<style>
span { border-color: #F0FF6C; }
span { border-color: rgb(240,255,108); }
td.TdClassName
{
border-color: #F0FF6C;
}
.TagClassName
{
border-color: #F0FF6C;
}
</style>