Shades of Laser Lemon #F0FD5B
Tints of Laser Lemon #F0FD5B
RGB
CMYK
RGB Variations
Color information
#F0FD5B (or 0xF0FD5B) is known color: Laser Lemon. HEX triplet: F0, FD and 5B. RGB value is (240,253,91). Sum of RGB (Red+Green+Blue) = 240+253+91=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 91 (35.94% from 255 or 15.58% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD5B is #0F02A4. Grayscale: #E7E7E7. Windows color (decimal): -983717 or 6028784. OLE color: 6028784.
HSL color Cylindrical-coordinate representation of color #F0FD5B: hue angle of 64.81º 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 #F0FD5B is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 91 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.01 |
| HSL | 64.81º | 0.98% | 0.67% | - |
| HSV(B) | 64.81º | 0.64% | 0.99% | - |
| XYZ | 72.95 | 89.53 | 23.33 | - |
| YUV | 230.65 | 49.19 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 91 | 0.05 | 0 | 0.64 | 0.01 | 64.81 | 0.98 | 0.67 |
| Hex | F0 | FD | 5B | 5 | 0 | 40 | 1 | 41 | 62 | 43 |
| Octal | 360 | 375 | 133 | 5 | 0 | 100 | 1 | 101 | 142 | 103 |
| Binary | 11110000 | 11111101 | 1011011 | 101 | 0 | 1000000 | 1 | 1000001 | 1100010 | 1000011 |
Color Harmonies of #F0FD5B
Complementary color
Monochromatic Colors of #F0FD5B
Black with #F0FD5B
Text Example
Text Example
White with #F0FD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD5B; }
p { color: rgb(240,253,91); }
H1.HeaderClassName
{
color: #F0FD5B;
}
.AnyTagClassName
{
color: #F0FD5B;
}
</style>
background-color css
<style>
a { background-color: #F0FD5B; }
a { background-color: rgb(240,253,91); }
div.DivClassName
{
background-color: #F0FD5B;
}
.BgClassName
{
background-color: #F0FD5B;
}
</style>
border-color css
<style>
span { border-color: #F0FD5B; }
span { border-color: rgb(240,253,91); }
td.TdClassName
{
border-color: #F0FD5B;
}
.TagClassName
{
border-color: #F0FD5B;
}
</style>