Shades of Laser Lemon #F2FD63
Tints of Laser Lemon #F2FD63
RGB
CMYK
RGB Variations
Color information
#F2FD63 (or 0xF2FD63) is known color: Laser Lemon. HEX triplet: F2, FD and 63. RGB value is (242,253,99). Sum of RGB (Red+Green+Blue) = 242+253+99=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 99 (39.06% from 255 or 16.67% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD63 is #0D029C. Grayscale: #E8E8E8. Windows color (decimal): -852637 or 6553074. OLE color: 6553074.
HSL color Cylindrical-coordinate representation of color #F2FD63: hue angle of 64.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2FD63 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 99 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.01 |
| HSL | 64.29º | 0.97% | 0.69% | - |
| HSV(B) | 64.29º | 0.61% | 0.99% | - |
| XYZ | 74 | 90.03 | 25.28 | - |
| YUV | 232.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 99 | 0.04 | 0 | 0.61 | 0.01 | 64.29 | 0.97 | 0.69 |
| Hex | F2 | FD | 63 | 4 | 0 | 3D | 1 | 40 | 61 | 45 |
| Octal | 362 | 375 | 143 | 4 | 0 | 75 | 1 | 100 | 141 | 105 |
| Binary | 11110010 | 11111101 | 1100011 | 100 | 0 | 111101 | 1 | 1000000 | 1100001 | 1000101 |
Color Harmonies of #F2FD63
Complementary color
Monochromatic Colors of #F2FD63
Black with #F2FD63
Text Example
Text Example
White with #F2FD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD63; }
p { color: rgb(242,253,99); }
H1.HeaderClassName
{
color: #F2FD63;
}
.AnyTagClassName
{
color: #F2FD63;
}
</style>
background-color css
<style>
a { background-color: #F2FD63; }
a { background-color: rgb(242,253,99); }
div.DivClassName
{
background-color: #F2FD63;
}
.BgClassName
{
background-color: #F2FD63;
}
</style>
border-color css
<style>
span { border-color: #F2FD63; }
span { border-color: rgb(242,253,99); }
td.TdClassName
{
border-color: #F2FD63;
}
.TagClassName
{
border-color: #F2FD63;
}
</style>