#50EB6D

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

Shades of Screamin' Green #50EB6D

Tints of Screamin' Green #50EB6D

Color information

#50EB6D (or 0x50EB6D) is unknown color: approx Screamin' Green. HEX triplet: 50, EB and 6D. RGB value is (80,235,109). Sum of RGB (Red+Green+Blue) = 80+235+109=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB6D is #AF1492. Grayscale: #AEAEAE. Windows color (decimal): -11474067 or 7203664. OLE color: 7203664.

HSL color Cylindrical-coordinate representation of color #50EB6D: hue angle of 131.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB6D is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB80235109-
CMYK0.6600.540.08
HSL131.23º79.49%61.76%-
HSV(B)131.23º65.96%92.16%-
XYZ35.7862.2324.59-
YUV174.2991.1560.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 235 (92.19% from 255) = 55.42%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=18.87%
G=55.42%
B=25.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802351090.6600.540.08131.2379.4961.76
Hex50EB6D420368834f3e
Octal1203531551020661020311776
Binary1010000111010111101101100001001101101000100000111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,235,109); }

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

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

 a { background-color: rgb(80,235,109); }

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

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

 span { border-color: rgb(80,235,109); }

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