Shades of Laser Lemon #F0FB5B
Tints of Laser Lemon #F0FB5B
RGB
CMYK
RGB Variations
Color information
#F0FB5B (or 0xF0FB5B) is known color: Laser Lemon. HEX triplet: F0, FB and 5B. RGB value is (240,251,91). Sum of RGB (Red+Green+Blue) = 240+251+91=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 91 (35.94% from 255 or 15.64% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB5B is #0F04A4. Grayscale: #E6E6E6. Windows color (decimal): -984229 or 6028272. OLE color: 6028272.
HSL color Cylindrical-coordinate representation of color #F0FB5B: hue angle of 64.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0FB5B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 91 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.02 |
| HSL | 64.13º | 0.95% | 0.67% | - |
| HSV(B) | 64.13º | 0.64% | 0.98% | - |
| XYZ | 72.32 | 88.27 | 23.12 | - |
| YUV | 229.47 | 49.86 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 91 | 0.04 | 0 | 0.64 | 0.02 | 64.13 | 0.95 | 0.67 |
| Hex | F0 | FB | 5B | 4 | 0 | 40 | 2 | 40 | 5F | 43 |
| Octal | 360 | 373 | 133 | 4 | 0 | 100 | 2 | 100 | 137 | 103 |
| Binary | 11110000 | 11111011 | 1011011 | 100 | 0 | 1000000 | 10 | 1000000 | 1011111 | 1000011 |
Color Harmonies of #F0FB5B
Complementary color
Monochromatic Colors of #F0FB5B
Black with #F0FB5B
Text Example
Text Example
White with #F0FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB5B; }
p { color: rgb(240,251,91); }
H1.HeaderClassName
{
color: #F0FB5B;
}
.AnyTagClassName
{
color: #F0FB5B;
}
</style>
background-color css
<style>
a { background-color: #F0FB5B; }
a { background-color: rgb(240,251,91); }
div.DivClassName
{
background-color: #F0FB5B;
}
.BgClassName
{
background-color: #F0FB5B;
}
</style>
border-color css
<style>
span { border-color: #F0FB5B; }
span { border-color: rgb(240,251,91); }
td.TdClassName
{
border-color: #F0FB5B;
}
.TagClassName
{
border-color: #F0FB5B;
}
</style>