Shades of Laser Lemon #F2FA68
Tints of Laser Lemon #F2FA68
RGB
CMYK
RGB Variations
Color information
#F2FA68 (or 0xF2FA68) is known color: Laser Lemon. HEX triplet: F2, FA and 68. RGB value is (242,250,104). Sum of RGB (Red+Green+Blue) = 242+250+104=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA68 is #0D0597. Grayscale: #E7E7E7. Windows color (decimal): -853400 or 6879986. OLE color: 6879986.
HSL color Cylindrical-coordinate representation of color #F2FA68: hue angle of 63.29º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2FA68 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 104 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.02 |
| HSL | 63.29º | 0.94% | 0.69% | - |
| HSV(B) | 63.29º | 0.58% | 0.98% | - |
| XYZ | 73.3 | 88.25 | 26.27 | - |
| YUV | 230.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 104 | 0.03 | 0 | 0.58 | 0.02 | 63.29 | 0.94 | 0.69 |
| Hex | F2 | FA | 68 | 3 | 0 | 3A | 2 | 3F | 5E | 45 |
| Octal | 362 | 372 | 150 | 3 | 0 | 72 | 2 | 77 | 136 | 105 |
| Binary | 11110010 | 11111010 | 1101000 | 11 | 0 | 111010 | 10 | 111111 | 1011110 | 1000101 |
Color Harmonies of #F2FA68
Complementary color
Monochromatic Colors of #F2FA68
Black with #F2FA68
Text Example
Text Example
White with #F2FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA68; }
p { color: rgb(242,250,104); }
H1.HeaderClassName
{
color: #F2FA68;
}
.AnyTagClassName
{
color: #F2FA68;
}
</style>
background-color css
<style>
a { background-color: #F2FA68; }
a { background-color: rgb(242,250,104); }
div.DivClassName
{
background-color: #F2FA68;
}
.BgClassName
{
background-color: #F2FA68;
}
</style>
border-color css
<style>
span { border-color: #F2FA68; }
span { border-color: rgb(242,250,104); }
td.TdClassName
{
border-color: #F2FA68;
}
.TagClassName
{
border-color: #F2FA68;
}
</style>