#50ED5D

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

Shades of Screamin' Green #50ED5D

Tints of Screamin' Green #50ED5D

Color information

#50ED5D (or 0x50ED5D) is unknown color: approx Screamin' Green. HEX triplet: 50, ED and 5D. RGB value is (80,237,93). Sum of RGB (Red+Green+Blue) = 80+237+93=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 237 (92.97% from 255 or 57.80% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED5D is #AF12A2. Grayscale: #AEAEAE. Windows color (decimal): -11473571 or 6155600. OLE color: 6155600.

HSL color Cylindrical-coordinate representation of color #50ED5D: hue angle of 124.97º 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 #50ED5D is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB8023793-
CMYK0.6600.610.07
HSL124.97º81.35%62.16%-
HSV(B)124.97º66.24%92.94%-
XYZ35.5763.0620.65-
YUV173.6482.4961.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 237 (92.97% from 255) = 57.80%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=19.51%
G=57.80%
B=22.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80237930.6600.610.07124.9781.3562.16
Hex50ED5D4203D77d513e
Octal120355135102075717512176
Binary10100001110110110111011000010011110111111111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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