#50ED5A

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

Shades of Screamin' Green #50ED5A

Tints of Screamin' Green #50ED5A

Color information

#50ED5A (or 0x50ED5A) is unknown color: approx Screamin' Green. HEX triplet: 50, ED and 5A. RGB value is (80,237,90). Sum of RGB (Red+Green+Blue) = 80+237+90=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED5A is #AF12A5. Grayscale: #ADADAD. Windows color (decimal): -11473574 or 5958992. OLE color: 5958992.

HSL color Cylindrical-coordinate representation of color #50ED5A: hue angle of 123.82º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED5A is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB8023790-
CMYK0.6600.620.07
HSL123.82º81.35%62.16%-
HSV(B)123.82º66.24%92.94%-
XYZ35.4463.0119.97-
YUV173.380.9961.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 237 (92.97% from 255) = 58.23%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=19.66%
G=58.23%
B=22.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80237900.6600.620.07123.8281.3562.16
Hex50ED5A4203E77c513e
Octal120355132102076717412176
Binary10100001110110110110101000010011111011111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,90); }

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

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

 a { background-color: rgb(80,237,90); }

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

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

 span { border-color: rgb(80,237,90); }

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