#50EC4D

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

Shades of Screamin' Green #50EC4D

Tints of Screamin' Green #50EC4D

Color information

#50EC4D (or 0x50EC4D) is unknown color: approx Screamin' Green. HEX triplet: 50, EC and 4D. RGB value is (80,236,77). Sum of RGB (Red+Green+Blue) = 80+236+77=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC4D is #AF13B2. Grayscale: #ABABAB. Windows color (decimal): -11473843 or 5106768. OLE color: 5106768.

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

Color convert

RGB8023677-
CMYK0.6600.670.07
HSL118.87º80.71%61.37%-
HSV(B)118.87º67.37%92.55%-
XYZ34.6462.2317.21-
YUV171.2374.8262.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 236 (92.58% from 255) = 60.05%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=20.36%
G=60.05%
B=19.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80236770.6600.670.07118.8780.7161.37
Hex50EC4D42043777513d
Octal1203541151020103716712175
Binary101000011101100100110110000100100001111111101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,236,77); }

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

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

 a { background-color: rgb(80,236,77); }

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

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

 span { border-color: rgb(80,236,77); }

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