#f2fa68

Color #F2FA68 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #F2FA68

Tints of Laser Lemon #F2FA68

Color information

#F2FA68 (or 0xF2FA68) is unknown color: approx 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

RGB242250104-
CMYK0.0300.580.02
HSL63.29º93.59%69.41%-
HSV(B)63.29º58.4%98.04%-
XYZ73.388.2526.27-
YUV230.9656.35135.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 104 (41.02% from 255) = 17.45%
R=40.60%
G=41.95%
B=17.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501040.0300.580.0263.2993.5969.41
HexF2FA68303A23f5e45
Octal3623721503072277136105
Binary111100101111101011010001101110101011111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2fa68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>