Shades of Laser Lemon #F2FF62
Tints of Laser Lemon #F2FF62
RGB
CMYK
RGB Variations
Color information
#F2FF62 (or 0xF2FF62) is known color: Laser Lemon. HEX triplet: F2, FF and 62. RGB value is (242,255,98). Sum of RGB (Red+Green+Blue) = 242+255+98=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 98 (38.67% from 255 or 16.47% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF62 is #0D009D. Grayscale: #E9E9E9. Windows color (decimal): -852126 or 6488050. OLE color: 6488050.
HSL color Cylindrical-coordinate representation of color #F2FF62: hue angle of 64.97º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2FF62 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 98 | - |
| CMYK | 0.05 | 0 | 0.62 | 0 |
| HSL | 64.97º | 1% | 0.69% | - |
| HSV(B) | 64.97º | 0.62% | 1% | - |
| XYZ | 74.58 | 91.28 | 25.24 | - |
| YUV | 233.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 98 | 0.05 | 0 | 0.62 | 0 | 64.97 | 1 | 0.69 |
| Hex | F2 | FF | 62 | 5 | 0 | 3E | 0 | 41 | 64 | 45 |
| Octal | 362 | 377 | 142 | 5 | 0 | 76 | 0 | 101 | 144 | 105 |
| Binary | 11110010 | 11111111 | 1100010 | 101 | 0 | 111110 | 0 | 1000001 | 1100100 | 1000101 |
Color Harmonies of #F2FF62
Complementary color
Monochromatic Colors of #F2FF62
Black with #F2FF62
Text Example
Text Example
White with #F2FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF62; }
p { color: rgb(242,255,98); }
H1.HeaderClassName
{
color: #F2FF62;
}
.AnyTagClassName
{
color: #F2FF62;
}
</style>
background-color css
<style>
a { background-color: #F2FF62; }
a { background-color: rgb(242,255,98); }
div.DivClassName
{
background-color: #F2FF62;
}
.BgClassName
{
background-color: #F2FF62;
}
</style>
border-color css
<style>
span { border-color: #F2FF62; }
span { border-color: rgb(242,255,98); }
td.TdClassName
{
border-color: #F2FF62;
}
.TagClassName
{
border-color: #F2FF62;
}
</style>