#50ED5B

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

Shades of Screamin' Green #50ED5B

Tints of Screamin' Green #50ED5B

Color information

#50ED5B (or 0x50ED5B) is unknown color: approx Screamin' Green. HEX triplet: 50, ED and 5B. RGB value is (80,237,91). Sum of RGB (Red+Green+Blue) = 80+237+91=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED5B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED5B is #AF12A4. Grayscale: #ADADAD. Windows color (decimal): -11473573 or 6024528. OLE color: 6024528.

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

Color convert

RGB8023791-
CMYK0.6600.620.07
HSL124.2º81.35%62.16%-
HSV(B)124.2º66.24%92.94%-
XYZ35.4863.0320.19-
YUV173.4181.4961.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 237 (92.97% from 255) = 58.09%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=19.61%
G=58.09%
B=22.30%

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
Decimal80237910.6600.620.07124.281.3562.16
Hex50ED5B4203E77c513e
Octal120355133102076717412176
Binary10100001110110110110111000010011111011111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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