Shades of Laser Lemon #F0FE69
Tints of Laser Lemon #F0FE69
RGB
CMYK
RGB Variations
Color information
#F0FE69 (or 0xF0FE69) is known color: Laser Lemon. HEX triplet: F0, FE and 69. RGB value is (240,254,105). Sum of RGB (Red+Green+Blue) = 240+254+105=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 105 (41.41% from 255 or 17.53% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE69 is #0F0196. Grayscale: #E9E9E9. Windows color (decimal): -983447 or 6946544. OLE color: 6946544.
HSL color Cylindrical-coordinate representation of color #F0FE69: hue angle of 65.64º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0FE69 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 105 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.00 |
| HSL | 65.64º | 0.99% | 0.7% | - |
| HSV(B) | 65.64º | 0.59% | 1% | - |
| XYZ | 73.93 | 90.43 | 26.92 | - |
| YUV | 232.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 105 | 0.06 | 0 | 0.59 | 0.00 | 65.64 | 0.99 | 0.7 |
| Hex | F0 | FE | 69 | 6 | 0 | 3B | 0 | 42 | 63 | 46 |
| Octal | 360 | 376 | 151 | 6 | 0 | 73 | 0 | 102 | 143 | 106 |
| Binary | 11110000 | 11111110 | 1101001 | 110 | 0 | 111011 | 0 | 1000010 | 1100011 | 1000110 |
Color Harmonies of #F0FE69
Complementary color
Monochromatic Colors of #F0FE69
Black with #F0FE69
Text Example
Text Example
White with #F0FE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE69; }
p { color: rgb(240,254,105); }
H1.HeaderClassName
{
color: #F0FE69;
}
.AnyTagClassName
{
color: #F0FE69;
}
</style>
background-color css
<style>
a { background-color: #F0FE69; }
a { background-color: rgb(240,254,105); }
div.DivClassName
{
background-color: #F0FE69;
}
.BgClassName
{
background-color: #F0FE69;
}
</style>
border-color css
<style>
span { border-color: #F0FE69; }
span { border-color: rgb(240,254,105); }
td.TdClassName
{
border-color: #F0FE69;
}
.TagClassName
{
border-color: #F0FE69;
}
</style>