#F2FE63

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

Shades of Laser Lemon #F2FE63

Tints of Laser Lemon #F2FE63

Color information

#F2FE63 (or 0xF2FE63) is unknown color: approx Laser Lemon. HEX triplet: F2, FE and 63. RGB value is (242,254,99). Sum of RGB (Red+Green+Blue) = 242+254+99=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 99 (39.06% from 255 or 16.64% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE63 is #0D019C. Grayscale: #E9E9E9. Windows color (decimal): -852381 or 6553330. OLE color: 6553330.

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

Color convert

RGB24225499-
CMYK0.0500.610.00
HSL64.65º98.73%69.22%-
HSV(B)64.65º61.02%99.61%-
XYZ74.3190.6625.39-
YUV232.7452.52134.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 99 (39.06% from 255) = 16.64%
R=40.67%
G=42.69%
B=16.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242254990.0500.610.0064.6598.7369.22
HexF2FE63503D0416345
Octal36237614350750101143105
Binary1111001011111110110001110101111010100000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FE63; }

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

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

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

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

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

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

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

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