#50FE49

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

Shades of Screamin' Green #50FE49

Tints of Screamin' Green #50FE49

Color information

#50FE49 (or 0x50FE49) is unknown color: approx Screamin' Green. HEX triplet: 50, FE and 49. RGB value is (80,254,73). Sum of RGB (Red+Green+Blue) = 80+254+73=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 254 (99.61% from 255 or 62.41% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FE49 is #AF01B6. Grayscale: #B5B5B5. Windows color (decimal): -11469239 or 4849232. OLE color: 4849232.

HSL color Cylindrical-coordinate representation of color #50FE49: hue angle of 117.68º 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 #50FE49 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB8025473-
CMYK0.6900.710.00
HSL117.68º98.91%64.12%-
HSV(B)117.68º71.26%99.61%-
XYZ39.9573.0718.3-
YUV181.3466.8555.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal80254730.6900.710.00117.6898.9164.12
Hex50FE49450470766340
Octal12037611110501070166143100
Binary10100001111111010010011000101010001110111011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50FE49; }

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

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

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

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

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

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

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

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