Shades of Laser Lemon #F2FC55
Tints of Laser Lemon #F2FC55
RGB
CMYK
RGB Variations
Color information
#F2FC55 (or 0xF2FC55) is known color: Laser Lemon. HEX triplet: F2, FC and 55. RGB value is (242,252,85). Sum of RGB (Red+Green+Blue) = 242+252+85=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 85 (33.59% from 255 or 14.68% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC55 is #0D03AA. Grayscale: #E6E6E6. Windows color (decimal): -852907 or 5635314. OLE color: 5635314.
HSL color Cylindrical-coordinate representation of color #F2FC55: hue angle of 63.59º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2FC55 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 85 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.01 |
| HSL | 63.59º | 0.97% | 0.66% | - |
| HSV(B) | 63.59º | 0.66% | 0.99% | - |
| XYZ | 73.07 | 89.15 | 21.95 | - |
| YUV | 229.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 85 | 0.04 | 0 | 0.66 | 0.01 | 63.59 | 0.97 | 0.66 |
| Hex | F2 | FC | 55 | 4 | 0 | 42 | 1 | 40 | 61 | 42 |
| Octal | 362 | 374 | 125 | 4 | 0 | 102 | 1 | 100 | 141 | 102 |
| Binary | 11110010 | 11111100 | 1010101 | 100 | 0 | 1000010 | 1 | 1000000 | 1100001 | 1000010 |
Color Harmonies of #F2FC55
Complementary color
Monochromatic Colors of #F2FC55
Black with #F2FC55
Text Example
Text Example
White with #F2FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC55; }
p { color: rgb(242,252,85); }
H1.HeaderClassName
{
color: #F2FC55;
}
.AnyTagClassName
{
color: #F2FC55;
}
</style>
background-color css
<style>
a { background-color: #F2FC55; }
a { background-color: rgb(242,252,85); }
div.DivClassName
{
background-color: #F2FC55;
}
.BgClassName
{
background-color: #F2FC55;
}
</style>
border-color css
<style>
span { border-color: #F2FC55; }
span { border-color: rgb(242,252,85); }
td.TdClassName
{
border-color: #F2FC55;
}
.TagClassName
{
border-color: #F2FC55;
}
</style>