Shades of Laser Lemon #F5FD68
Tints of Laser Lemon #F5FD68
RGB
CMYK
RGB Variations
Color information
#F5FD68 (or 0xF5FD68) is known color: Laser Lemon. HEX triplet: F5, FD and 68. RGB value is (245,253,104). Sum of RGB (Red+Green+Blue) = 245+253+104=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 104 (41.02% from 255 or 17.28% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD68 is #0A0297. Grayscale: #EAEAEA. Windows color (decimal): -656024 or 6880757. OLE color: 6880757.
HSL color Cylindrical-coordinate representation of color #F5FD68: hue angle of 63.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5FD68 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 104 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.01 |
| HSL | 63.22º | 0.97% | 0.7% | - |
| HSV(B) | 63.22º | 0.59% | 0.99% | - |
| XYZ | 75.28 | 90.66 | 26.63 | - |
| YUV | 233.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 104 | 0.03 | 0 | 0.59 | 0.01 | 63.22 | 0.97 | 0.7 |
| Hex | F5 | FD | 68 | 3 | 0 | 3B | 1 | 3F | 61 | 46 |
| Octal | 365 | 375 | 150 | 3 | 0 | 73 | 1 | 77 | 141 | 106 |
| Binary | 11110101 | 11111101 | 1101000 | 11 | 0 | 111011 | 1 | 111111 | 1100001 | 1000110 |
Color Harmonies of #F5FD68
Complementary color
Monochromatic Colors of #F5FD68
Black with #F5FD68
Text Example
Text Example
White with #F5FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD68; }
p { color: rgb(245,253,104); }
H1.HeaderClassName
{
color: #F5FD68;
}
.AnyTagClassName
{
color: #F5FD68;
}
</style>
background-color css
<style>
a { background-color: #F5FD68; }
a { background-color: rgb(245,253,104); }
div.DivClassName
{
background-color: #F5FD68;
}
.BgClassName
{
background-color: #F5FD68;
}
</style>
border-color css
<style>
span { border-color: #F5FD68; }
span { border-color: rgb(245,253,104); }
td.TdClassName
{
border-color: #F5FD68;
}
.TagClassName
{
border-color: #F5FD68;
}
</style>