Shades of Laser Lemon #F2FF6D
Tints of Laser Lemon #F2FF6D
RGB
CMYK
RGB Variations
Color information
#F2FF6D (or 0xF2FF6D) is known color: Laser Lemon. HEX triplet: F2, FF and 6D. RGB value is (242,255,109). Sum of RGB (Red+Green+Blue) = 242+255+109=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 109 (42.97% from 255 or 17.99% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF6D is #0D0092. Grayscale: #EBEBEB. Windows color (decimal): -852115 or 7208946. OLE color: 7208946.
HSL color Cylindrical-coordinate representation of color #F2FF6D: hue angle of 65.34º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2FF6D is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 109 | - |
| CMYK | 0.05 | 0 | 0.57 | 0 |
| HSL | 65.34º | 1% | 0.71% | - |
| HSV(B) | 65.34º | 0.57% | 1% | - |
| XYZ | 75.14 | 91.5 | 28.17 | - |
| YUV | 234.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 109 | 0.05 | 0 | 0.57 | 0 | 65.34 | 1 | 0.71 |
| Hex | F2 | FF | 6D | 5 | 0 | 39 | 0 | 41 | 64 | 47 |
| Octal | 362 | 377 | 155 | 5 | 0 | 71 | 0 | 101 | 144 | 107 |
| Binary | 11110010 | 11111111 | 1101101 | 101 | 0 | 111001 | 0 | 1000001 | 1100100 | 1000111 |
Color Harmonies of #F2FF6D
Complementary color
Monochromatic Colors of #F2FF6D
Black with #F2FF6D
Text Example
Text Example
White with #F2FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF6D; }
p { color: rgb(242,255,109); }
H1.HeaderClassName
{
color: #F2FF6D;
}
.AnyTagClassName
{
color: #F2FF6D;
}
</style>
background-color css
<style>
a { background-color: #F2FF6D; }
a { background-color: rgb(242,255,109); }
div.DivClassName
{
background-color: #F2FF6D;
}
.BgClassName
{
background-color: #F2FF6D;
}
</style>
border-color css
<style>
span { border-color: #F2FF6D; }
span { border-color: rgb(242,255,109); }
td.TdClassName
{
border-color: #F2FF6D;
}
.TagClassName
{
border-color: #F2FF6D;
}
</style>