#F2FE60

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

Shades of Laser Lemon #F2FE60

Tints of Laser Lemon #F2FE60

Color information

#F2FE60 (or 0xF2FE60) is unknown color: approx Laser Lemon. HEX triplet: F2, FE and 60. RGB value is (242,254,96). Sum of RGB (Red+Green+Blue) = 242+254+96=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 96 (37.89% from 255 or 16.22% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE60 is #0D019F. Grayscale: #E9E9E9. Windows color (decimal): -852384 or 6356722. OLE color: 6356722.

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

Color convert

RGB24225496-
CMYK0.0500.620.00
HSL64.56º98.75%68.63%-
HSV(B)64.56º62.2%99.61%-
XYZ74.1790.6124.65-
YUV232.451.02134.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 96 (37.89% from 255) = 16.22%
R=40.88%
G=42.91%
B=16.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242254960.0500.620.0064.5698.7568.63
HexF2FE60503E0416345
Octal36237614050760101143105
Binary1111001011111110110000010101111100100000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FE60; }

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

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

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

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

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

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

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

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