#50EB49

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

Shades of Screamin' Green #50EB49

Tints of Screamin' Green #50EB49

Color information

#50EB49 (or 0x50EB49) is unknown color: approx Screamin' Green. HEX triplet: 50, EB and 49. RGB value is (80,235,73). Sum of RGB (Red+Green+Blue) = 80+235+73=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 235 (92.19% from 255 or 60.57% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EB49 is #AF14B6. Grayscale: #AAAAAA. Windows color (decimal): -11474103 or 4844368. OLE color: 4844368.

HSL color Cylindrical-coordinate representation of color #50EB49: hue angle of 117.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50EB49 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB8023573-
CMYK0.6600.690.08
HSL117.41º80.2%60.39%-
HSV(B)117.41º68.94%92.16%-
XYZ34.2261.616.39-
YUV170.1973.1563.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 235 (92.19% from 255) = 60.57%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=20.62%
G=60.57%
B=18.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80235730.6600.690.08117.4180.260.39
Hex50EB4942045875503c
Octal12035311110201051016512074
Binary1010000111010111001001100001001000101100011101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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