Shades of Laser Lemon #F5FD5C
Tints of Laser Lemon #F5FD5C
RGB
CMYK
RGB Variations
Color information
#F5FD5C (or 0xF5FD5C) is known color: Laser Lemon. HEX triplet: F5, FD and 5C. RGB value is (245,253,92). Sum of RGB (Red+Green+Blue) = 245+253+92=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 92 (36.33% from 255 or 15.59% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD5C is #0A02A3. Grayscale: #E8E8E8. Windows color (decimal): -656036 or 6094325. OLE color: 6094325.
HSL color Cylindrical-coordinate representation of color #F5FD5C: hue angle of 62.98º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5FD5C is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 92 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.01 |
| HSL | 62.98º | 0.98% | 0.68% | - |
| HSV(B) | 62.98º | 0.64% | 0.99% | - |
| XYZ | 74.71 | 90.44 | 23.64 | - |
| YUV | 232.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 92 | 0.03 | 0 | 0.64 | 0.01 | 62.98 | 0.98 | 0.68 |
| Hex | F5 | FD | 5C | 3 | 0 | 40 | 1 | 3F | 62 | 44 |
| Octal | 365 | 375 | 134 | 3 | 0 | 100 | 1 | 77 | 142 | 104 |
| Binary | 11110101 | 11111101 | 1011100 | 11 | 0 | 1000000 | 1 | 111111 | 1100010 | 1000100 |
Color Harmonies of #F5FD5C
Complementary color
Monochromatic Colors of #F5FD5C
Black with #F5FD5C
Text Example
Text Example
White with #F5FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD5C; }
p { color: rgb(245,253,92); }
H1.HeaderClassName
{
color: #F5FD5C;
}
.AnyTagClassName
{
color: #F5FD5C;
}
</style>
background-color css
<style>
a { background-color: #F5FD5C; }
a { background-color: rgb(245,253,92); }
div.DivClassName
{
background-color: #F5FD5C;
}
.BgClassName
{
background-color: #F5FD5C;
}
</style>
border-color css
<style>
span { border-color: #F5FD5C; }
span { border-color: rgb(245,253,92); }
td.TdClassName
{
border-color: #F5FD5C;
}
.TagClassName
{
border-color: #F5FD5C;
}
</style>