Shades of Laser Lemon #F2FF5A
Tints of Laser Lemon #F2FF5A
RGB
CMYK
RGB Variations
Color information
#F2FF5A (or 0xF2FF5A) is known color: Laser Lemon. HEX triplet: F2, FF and 5A. RGB value is (242,255,90). Sum of RGB (Red+Green+Blue) = 242+255+90=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 90 (35.55% from 255 or 15.33% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF5A is #0D00A5. Grayscale: #E8E8E8. Windows color (decimal): -852134 or 5963762. OLE color: 5963762.
HSL color Cylindrical-coordinate representation of color #F2FF5A: hue angle of 64.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2FF5A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 90 | - |
| CMYK | 0.05 | 0 | 0.65 | 0 |
| HSL | 64.73º | 1% | 0.68% | - |
| HSV(B) | 64.73º | 0.65% | 1% | - |
| XYZ | 74.22 | 91.14 | 23.35 | - |
| YUV | 232.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 90 | 0.05 | 0 | 0.65 | 0 | 64.73 | 1 | 0.68 |
| Hex | F2 | FF | 5A | 5 | 0 | 41 | 0 | 41 | 64 | 44 |
| Octal | 362 | 377 | 132 | 5 | 0 | 101 | 0 | 101 | 144 | 104 |
| Binary | 11110010 | 11111111 | 1011010 | 101 | 0 | 1000001 | 0 | 1000001 | 1100100 | 1000100 |
Color Harmonies of #F2FF5A
Complementary color
Monochromatic Colors of #F2FF5A
Black with #F2FF5A
Text Example
Text Example
White with #F2FF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF5A; }
p { color: rgb(242,255,90); }
H1.HeaderClassName
{
color: #F2FF5A;
}
.AnyTagClassName
{
color: #F2FF5A;
}
</style>
background-color css
<style>
a { background-color: #F2FF5A; }
a { background-color: rgb(242,255,90); }
div.DivClassName
{
background-color: #F2FF5A;
}
.BgClassName
{
background-color: #F2FF5A;
}
</style>
border-color css
<style>
span { border-color: #F2FF5A; }
span { border-color: rgb(242,255,90); }
td.TdClassName
{
border-color: #F2FF5A;
}
.TagClassName
{
border-color: #F2FF5A;
}
</style>