Shades of Laser Lemon #F2FE65
Tints of Laser Lemon #F2FE65
RGB
CMYK
RGB Variations
Color information
#F2FE65 (or 0xF2FE65) is known color: Laser Lemon. HEX triplet: F2, FE and 65. RGB value is (242,254,101). Sum of RGB (Red+Green+Blue) = 242+254+101=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE65 is #0D019A. Grayscale: #E9E9E9. Windows color (decimal): -852379 or 6684402. OLE color: 6684402.
HSL color Cylindrical-coordinate representation of color #F2FE65: hue angle of 64.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2FE65 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 101 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.00 |
| HSL | 64.71º | 0.99% | 0.7% | - |
| HSV(B) | 64.71º | 0.6% | 1% | - |
| XYZ | 74.41 | 90.7 | 25.9 | - |
| YUV | 232.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 101 | 0.05 | 0 | 0.60 | 0.00 | 64.71 | 0.99 | 0.7 |
| Hex | F2 | FE | 65 | 5 | 0 | 3C | 0 | 41 | 63 | 46 |
| Octal | 362 | 376 | 145 | 5 | 0 | 74 | 0 | 101 | 143 | 106 |
| Binary | 11110010 | 11111110 | 1100101 | 101 | 0 | 111100 | 0 | 1000001 | 1100011 | 1000110 |
Color Harmonies of #F2FE65
Complementary color
Monochromatic Colors of #F2FE65
Black with #F2FE65
Text Example
Text Example
White with #F2FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE65; }
p { color: rgb(242,254,101); }
H1.HeaderClassName
{
color: #F2FE65;
}
.AnyTagClassName
{
color: #F2FE65;
}
</style>
background-color css
<style>
a { background-color: #F2FE65; }
a { background-color: rgb(242,254,101); }
div.DivClassName
{
background-color: #F2FE65;
}
.BgClassName
{
background-color: #F2FE65;
}
</style>
border-color css
<style>
span { border-color: #F2FE65; }
span { border-color: rgb(242,254,101); }
td.TdClassName
{
border-color: #F2FE65;
}
.TagClassName
{
border-color: #F2FE65;
}
</style>