Shades of Laser Lemon #F2FD68
Tints of Laser Lemon #F2FD68
RGB
CMYK
RGB Variations
Color information
#F2FD68 (or 0xF2FD68) is known color: Laser Lemon. HEX triplet: F2, FD and 68. RGB value is (242,253,104). Sum of RGB (Red+Green+Blue) = 242+253+104=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 104 (41.02% from 255 or 17.36% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD68 is #0D0297. Grayscale: #E9E9E9. Windows color (decimal): -852632 or 6880754. OLE color: 6880754.
HSL color Cylindrical-coordinate representation of color #F2FD68: hue angle of 64.43º 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 #F2FD68 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 104 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.01 |
| HSL | 64.43º | 0.97% | 0.7% | - |
| HSV(B) | 64.43º | 0.59% | 0.99% | - |
| XYZ | 74.24 | 90.13 | 26.58 | - |
| YUV | 232.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 104 | 0.04 | 0 | 0.59 | 0.01 | 64.43 | 0.97 | 0.7 |
| Hex | F2 | FD | 68 | 4 | 0 | 3B | 1 | 40 | 61 | 46 |
| Octal | 362 | 375 | 150 | 4 | 0 | 73 | 1 | 100 | 141 | 106 |
| Binary | 11110010 | 11111101 | 1101000 | 100 | 0 | 111011 | 1 | 1000000 | 1100001 | 1000110 |
Color Harmonies of #F2FD68
Complementary color
Monochromatic Colors of #F2FD68
Black with #F2FD68
Text Example
Text Example
White with #F2FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD68; }
p { color: rgb(242,253,104); }
H1.HeaderClassName
{
color: #F2FD68;
}
.AnyTagClassName
{
color: #F2FD68;
}
</style>
background-color css
<style>
a { background-color: #F2FD68; }
a { background-color: rgb(242,253,104); }
div.DivClassName
{
background-color: #F2FD68;
}
.BgClassName
{
background-color: #F2FD68;
}
</style>
border-color css
<style>
span { border-color: #F2FD68; }
span { border-color: rgb(242,253,104); }
td.TdClassName
{
border-color: #F2FD68;
}
.TagClassName
{
border-color: #F2FD68;
}
</style>