#49FE50

Color #49FE50 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #49FE50

Tints of Screamin' Green #49FE50

Color information

#49FE50 (or 0x49FE50) is unknown color: approx Screamin' Green. HEX triplet: 49, FE and 50. RGB value is (73,254,80). Sum of RGB (Red+Green+Blue) = 73+254+80=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 254 (99.61% from 255 or 62.41% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE50 is #B601AF. Grayscale: #B4B4B4. Windows color (decimal): -11927984 or 5307977. OLE color: 5307977.

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

Color convert

RGB7325480-
CMYK0.7100.690.00
HSL122.32º98.91%64.12%-
HSV(B)122.32º71.26%99.61%-
XYZ39.6472.8819.57-
YUV180.0471.5351.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.94%
GREEN value IS 254 (99.61% from 255) = 62.41%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=17.94%
G=62.41%
B=19.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal73254800.7100.690.00122.3298.9164.12
Hex49FE504704507a6340
Octal11137612010701050172143100
Binary10010011111111010100001000111010001010111101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49FE50; }

 p { color: rgb(73,254,80); }

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

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

 a { background-color: rgb(73,254,80); }

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

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

 span { border-color: rgb(73,254,80); }

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