Shades of Laser Lemon #F2FF53
Tints of Laser Lemon #F2FF53
RGB
CMYK
RGB Variations
Color information
#F2FF53 (or 0xF2FF53) is known color: Laser Lemon. HEX triplet: F2, FF and 53. RGB value is (242,255,83). Sum of RGB (Red+Green+Blue) = 242+255+83=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 83 (32.81% from 255 or 14.31% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF53 is #0D00AC. Grayscale: #E8E8E8. Windows color (decimal): -852141 or 5505010. OLE color: 5505010.
HSL color Cylindrical-coordinate representation of color #F2FF53: hue angle of 64.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2FF53 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 83 | - |
| CMYK | 0.05 | 0 | 0.67 | 0 |
| HSL | 64.53º | 1% | 0.66% | - |
| HSV(B) | 64.53º | 0.67% | 1% | - |
| XYZ | 73.94 | 91.02 | 21.86 | - |
| YUV | 231.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 83 | 0.05 | 0 | 0.67 | 0 | 64.53 | 1 | 0.66 |
| Hex | F2 | FF | 53 | 5 | 0 | 43 | 0 | 41 | 64 | 42 |
| Octal | 362 | 377 | 123 | 5 | 0 | 103 | 0 | 101 | 144 | 102 |
| Binary | 11110010 | 11111111 | 1010011 | 101 | 0 | 1000011 | 0 | 1000001 | 1100100 | 1000010 |
Color Harmonies of #F2FF53
Complementary color
Monochromatic Colors of #F2FF53
Black with #F2FF53
Text Example
Text Example
White with #F2FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF53; }
p { color: rgb(242,255,83); }
H1.HeaderClassName
{
color: #F2FF53;
}
.AnyTagClassName
{
color: #F2FF53;
}
</style>
background-color css
<style>
a { background-color: #F2FF53; }
a { background-color: rgb(242,255,83); }
div.DivClassName
{
background-color: #F2FF53;
}
.BgClassName
{
background-color: #F2FF53;
}
</style>
border-color css
<style>
span { border-color: #F2FF53; }
span { border-color: rgb(242,255,83); }
td.TdClassName
{
border-color: #F2FF53;
}
.TagClassName
{
border-color: #F2FF53;
}
</style>