#50EB61

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

Shades of Screamin' Green #50EB61

Tints of Screamin' Green #50EB61

Color information

#50EB61 (or 0x50EB61) is unknown color: approx Screamin' Green. HEX triplet: 50, EB and 61. RGB value is (80,235,97). Sum of RGB (Red+Green+Blue) = 80+235+97=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 235 (92.19% from 255 or 57.04% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB61 is #AF149E. Grayscale: #ADADAD. Windows color (decimal): -11474079 or 6417232. OLE color: 6417232.

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

Color convert

RGB8023597-
CMYK0.6600.590.08
HSL126.58º79.49%61.76%-
HSV(B)126.58º65.96%92.16%-
XYZ35.1761.9921.42-
YUV172.9285.1561.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.42%
GREEN value IS 235 (92.19% from 255) = 57.04%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=19.42%
G=57.04%
B=23.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80235970.6600.590.08126.5879.4961.76
Hex50EB614203B87f4f3e
Octal1203531411020731017711776
Binary101000011101011110000110000100111011100011111111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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