Shades of Laser Lemon #F5FE52
Tints of Laser Lemon #F5FE52
RGB
CMYK
RGB Variations
Color information
#F5FE52 (or 0xF5FE52) is known color: Laser Lemon. HEX triplet: F5, FE and 52. RGB value is (245,254,82). Sum of RGB (Red+Green+Blue) = 245+254+82=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 82 (32.42% from 255 or 14.11% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE52 is #0A01AD. Grayscale: #E8E8E8. Windows color (decimal): -655790 or 5439221. OLE color: 5439221.
HSL color Cylindrical-coordinate representation of color #F5FE52: hue angle of 63.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5FE52 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 82 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.00 |
| HSL | 63.14º | 0.99% | 0.66% | - |
| HSV(B) | 63.14º | 0.68% | 1% | - |
| XYZ | 74.62 | 90.91 | 21.6 | - |
| YUV | 231.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 82 | 0.04 | 0 | 0.68 | 0.00 | 63.14 | 0.99 | 0.66 |
| Hex | F5 | FE | 52 | 4 | 0 | 44 | 0 | 3F | 63 | 42 |
| Octal | 365 | 376 | 122 | 4 | 0 | 104 | 0 | 77 | 143 | 102 |
| Binary | 11110101 | 11111110 | 1010010 | 100 | 0 | 1000100 | 0 | 111111 | 1100011 | 1000010 |
Color Harmonies of #F5FE52
Complementary color
Monochromatic Colors of #F5FE52
Black with #F5FE52
Text Example
Text Example
White with #F5FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE52; }
p { color: rgb(245,254,82); }
H1.HeaderClassName
{
color: #F5FE52;
}
.AnyTagClassName
{
color: #F5FE52;
}
</style>
background-color css
<style>
a { background-color: #F5FE52; }
a { background-color: rgb(245,254,82); }
div.DivClassName
{
background-color: #F5FE52;
}
.BgClassName
{
background-color: #F5FE52;
}
</style>
border-color css
<style>
span { border-color: #F5FE52; }
span { border-color: rgb(245,254,82); }
td.TdClassName
{
border-color: #F5FE52;
}
.TagClassName
{
border-color: #F5FE52;
}
</style>