Shades of Laser Lemon #F5FE56
Tints of Laser Lemon #F5FE56
RGB
CMYK
RGB Variations
Color information
#F5FE56 (or 0xF5FE56) is known color: Laser Lemon. HEX triplet: F5, FE and 56. RGB value is (245,254,86). Sum of RGB (Red+Green+Blue) = 245+254+86=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 86 (33.98% from 255 or 14.70% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE56 is #0A01A9. Grayscale: #E8E8E8. Windows color (decimal): -655786 or 5701365. OLE color: 5701365.
HSL color Cylindrical-coordinate representation of color #F5FE56: hue angle of 63.21º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5FE56 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 86 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.00 |
| HSL | 63.21º | 0.99% | 0.67% | - |
| HSV(B) | 63.21º | 0.66% | 1% | - |
| XYZ | 74.78 | 90.97 | 22.42 | - |
| YUV | 232.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 86 | 0.04 | 0 | 0.66 | 0.00 | 63.21 | 0.99 | 0.67 |
| Hex | F5 | FE | 56 | 4 | 0 | 42 | 0 | 3F | 63 | 43 |
| Octal | 365 | 376 | 126 | 4 | 0 | 102 | 0 | 77 | 143 | 103 |
| Binary | 11110101 | 11111110 | 1010110 | 100 | 0 | 1000010 | 0 | 111111 | 1100011 | 1000011 |
Color Harmonies of #F5FE56
Complementary color
Monochromatic Colors of #F5FE56
Black with #F5FE56
Text Example
Text Example
White with #F5FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE56; }
p { color: rgb(245,254,86); }
H1.HeaderClassName
{
color: #F5FE56;
}
.AnyTagClassName
{
color: #F5FE56;
}
</style>
background-color css
<style>
a { background-color: #F5FE56; }
a { background-color: rgb(245,254,86); }
div.DivClassName
{
background-color: #F5FE56;
}
.BgClassName
{
background-color: #F5FE56;
}
</style>
border-color css
<style>
span { border-color: #F5FE56; }
span { border-color: rgb(245,254,86); }
td.TdClassName
{
border-color: #F5FE56;
}
.TagClassName
{
border-color: #F5FE56;
}
</style>