#F2FE53

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

Shades of Laser Lemon #F2FE53

Tints of Laser Lemon #F2FE53

Color information

#F2FE53 (or 0xF2FE53) is unknown color: approx Laser Lemon. HEX triplet: F2, FE and 53. RGB value is (242,254,83). Sum of RGB (Red+Green+Blue) = 242+254+83=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 83 (32.81% from 255 or 14.34% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE53 is #0D01AC. Grayscale: #E7E7E7. Windows color (decimal): -852397 or 5504754. OLE color: 5504754.

HSL color Cylindrical-coordinate representation of color #F2FE53: hue angle of 64.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2FE53 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB24225483-
CMYK0.0500.670.00
HSL64.21º98.84%66.08%-
HSV(B)64.21º67.32%99.61%-
XYZ73.6290.3921.75-
YUV230.9244.52135.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 83 (32.81% from 255) = 14.34%
R=41.80%
G=43.87%
B=14.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242254830.0500.670.0064.2198.8466.08
HexF2FE5350430406342
Octal362376123501030100143102
Binary11110010111111101010011101010000110100000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FE53; }

 p { color: rgb(242,254,83); }

 H1.HeaderClassName
 {
   color: #F2FE53;
 }
 .AnyTagClassName
 {
   color: #F2FE53;
 }
</style>
background-color css

<style>
 a { background-color: #F2FE53; }

 a { background-color: rgb(242,254,83); }

 div.DivClassName
 {
   background-color: #F2FE53;
 }
 .BgClassName
 {
   background-color: #F2FE53;
 }
</style>
border-color css

<style>
 span { border-color: #F2FE53; }

 span { border-color: rgb(242,254,83); }

 td.TdClassName
 {
   border-color: #F2FE53;
 }
 .TagClassName
 {
   border-color: #F2FE53;
 }
</style>