#50EC5C

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

Shades of Screamin' Green #50EC5C

Tints of Screamin' Green #50EC5C

Color information

#50EC5C (or 0x50EC5C) is unknown color: approx Screamin' Green. HEX triplet: 50, EC and 5C. RGB value is (80,236,92). Sum of RGB (Red+Green+Blue) = 80+236+92=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC5C is #AF13A3. Grayscale: #ADADAD. Windows color (decimal): -11473828 or 6089808. OLE color: 6089808.

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

Color convert

RGB8023692-
CMYK0.6600.610.07
HSL124.62º80.41%61.96%-
HSV(B)124.62º66.1%92.55%-
XYZ35.2462.4720.33-
YUV172.9482.3261.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 236 (92.58% from 255) = 57.84%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=19.61%
G=57.84%
B=22.55%

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
Decimal80236920.6600.610.07124.6280.4161.96
Hex50EC5C4203D77d503e
Octal120354134102075717512076
Binary10100001110110010111001000010011110111111111011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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