Shades of Laser Lemon #F0FD5A
Tints of Laser Lemon #F0FD5A
RGB
CMYK
RGB Variations
Color information
#F0FD5A (or 0xF0FD5A) is known color: Laser Lemon. HEX triplet: F0, FD and 5A. RGB value is (240,253,90). Sum of RGB (Red+Green+Blue) = 240+253+90=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 90 (35.55% from 255 or 15.44% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD5A is #0F02A5. Grayscale: #E7E7E7. Windows color (decimal): -983718 or 5963248. OLE color: 5963248.
HSL color Cylindrical-coordinate representation of color #F0FD5A: hue angle of 64.79º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0FD5A is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 90 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.01 |
| HSL | 64.79º | 0.98% | 0.67% | - |
| HSV(B) | 64.79º | 0.64% | 0.99% | - |
| XYZ | 72.91 | 89.51 | 23.11 | - |
| YUV | 230.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 90 | 0.05 | 0 | 0.64 | 0.01 | 64.79 | 0.98 | 0.67 |
| Hex | F0 | FD | 5A | 5 | 0 | 40 | 1 | 41 | 62 | 43 |
| Octal | 360 | 375 | 132 | 5 | 0 | 100 | 1 | 101 | 142 | 103 |
| Binary | 11110000 | 11111101 | 1011010 | 101 | 0 | 1000000 | 1 | 1000001 | 1100010 | 1000011 |
Color Harmonies of #F0FD5A
Complementary color
Monochromatic Colors of #F0FD5A
Black with #F0FD5A
Text Example
Text Example
White with #F0FD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD5A; }
p { color: rgb(240,253,90); }
H1.HeaderClassName
{
color: #F0FD5A;
}
.AnyTagClassName
{
color: #F0FD5A;
}
</style>
background-color css
<style>
a { background-color: #F0FD5A; }
a { background-color: rgb(240,253,90); }
div.DivClassName
{
background-color: #F0FD5A;
}
.BgClassName
{
background-color: #F0FD5A;
}
</style>
border-color css
<style>
span { border-color: #F0FD5A; }
span { border-color: rgb(240,253,90); }
td.TdClassName
{
border-color: #F0FD5A;
}
.TagClassName
{
border-color: #F0FD5A;
}
</style>