Shades of Laser Lemon #F2FF6E
Tints of Laser Lemon #F2FF6E
RGB
CMYK
RGB Variations
Color information
#F2FF6E (or 0xF2FF6E) is known color: Laser Lemon. HEX triplet: F2, FF and 6E. RGB value is (242,255,110). Sum of RGB (Red+Green+Blue) = 242+255+110=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 110 (43.36% from 255 or 18.12% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF6E is #0D0091. Grayscale: #EBEBEB. Windows color (decimal): -852114 or 7274482. OLE color: 7274482.
HSL color Cylindrical-coordinate representation of color #F2FF6E: hue angle of 65.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2FF6E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 110 | - |
| CMYK | 0.05 | 0 | 0.57 | 0 |
| HSL | 65.38º | 1% | 0.72% | - |
| HSV(B) | 65.38º | 0.57% | 1% | - |
| XYZ | 75.19 | 91.52 | 28.45 | - |
| YUV | 234.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 110 | 0.05 | 0 | 0.57 | 0 | 65.38 | 1 | 0.72 |
| Hex | F2 | FF | 6E | 5 | 0 | 39 | 0 | 41 | 64 | 48 |
| Octal | 362 | 377 | 156 | 5 | 0 | 71 | 0 | 101 | 144 | 110 |
| Binary | 11110010 | 11111111 | 1101110 | 101 | 0 | 111001 | 0 | 1000001 | 1100100 | 1001000 |
Color Harmonies of #F2FF6E
Complementary color
Monochromatic Colors of #F2FF6E
Black with #F2FF6E
Text Example
Text Example
White with #F2FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF6E; }
p { color: rgb(242,255,110); }
H1.HeaderClassName
{
color: #F2FF6E;
}
.AnyTagClassName
{
color: #F2FF6E;
}
</style>
background-color css
<style>
a { background-color: #F2FF6E; }
a { background-color: rgb(242,255,110); }
div.DivClassName
{
background-color: #F2FF6E;
}
.BgClassName
{
background-color: #F2FF6E;
}
</style>
border-color css
<style>
span { border-color: #F2FF6E; }
span { border-color: rgb(242,255,110); }
td.TdClassName
{
border-color: #F2FF6E;
}
.TagClassName
{
border-color: #F2FF6E;
}
</style>