Shades of Laser Lemon #F2FC65
Tints of Laser Lemon #F2FC65
RGB
CMYK
RGB Variations
Color information
#F2FC65 (or 0xF2FC65) is known color: Laser Lemon. HEX triplet: F2, FC and 65. RGB value is (242,252,101). Sum of RGB (Red+Green+Blue) = 242+252+101=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 101 (39.84% from 255 or 16.97% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC65 is #0D039A. Grayscale: #E8E8E8. Windows color (decimal): -852891 or 6683890. OLE color: 6683890.
HSL color Cylindrical-coordinate representation of color #F2FC65: hue angle of 63.97º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2FC65 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 101 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.01 |
| HSL | 63.97º | 0.96% | 0.69% | - |
| HSV(B) | 63.97º | 0.6% | 0.99% | - |
| XYZ | 73.78 | 89.44 | 25.69 | - |
| YUV | 231.8 | 54.19 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 101 | 0.04 | 0 | 0.60 | 0.01 | 63.97 | 0.96 | 0.69 |
| Hex | F2 | FC | 65 | 4 | 0 | 3C | 1 | 40 | 60 | 45 |
| Octal | 362 | 374 | 145 | 4 | 0 | 74 | 1 | 100 | 140 | 105 |
| Binary | 11110010 | 11111100 | 1100101 | 100 | 0 | 111100 | 1 | 1000000 | 1100000 | 1000101 |
Color Harmonies of #F2FC65
Complementary color
Monochromatic Colors of #F2FC65
Black with #F2FC65
Text Example
Text Example
White with #F2FC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC65; }
p { color: rgb(242,252,101); }
H1.HeaderClassName
{
color: #F2FC65;
}
.AnyTagClassName
{
color: #F2FC65;
}
</style>
background-color css
<style>
a { background-color: #F2FC65; }
a { background-color: rgb(242,252,101); }
div.DivClassName
{
background-color: #F2FC65;
}
.BgClassName
{
background-color: #F2FC65;
}
</style>
border-color css
<style>
span { border-color: #F2FC65; }
span { border-color: rgb(242,252,101); }
td.TdClassName
{
border-color: #F2FC65;
}
.TagClassName
{
border-color: #F2FC65;
}
</style>