#50E55E

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

Shades of Screamin' Green #50E55E

Tints of Screamin' Green #50E55E

Color information

#50E55E (or 0x50E55E) is unknown color: approx Screamin' Green. HEX triplet: 50, E5 and 5E. RGB value is (80,229,94). Sum of RGB (Red+Green+Blue) = 80+229+94=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #50E55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E55E is #AF1AA1. Grayscale: #A9A9A9. Windows color (decimal): -11475618 or 6219088. OLE color: 6219088.

HSL color Cylindrical-coordinate representation of color #50E55E: hue angle of 125.64º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E55E is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB8022994-
CMYK0.6500.590.10
HSL125.64º74.13%60.59%-
HSV(B)125.64º65.07%89.8%-
XYZ33.3558.5520.13-
YUV169.0685.6464.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.85%
GREEN value IS 229 (89.84% from 255) = 56.82%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=19.85%
G=56.82%
B=23.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80229940.6500.590.10125.6474.1360.59
Hex50E55E4103BA7e4a3d
Octal1203451361010731217611275
Binary101000011100101101111010000010111011101011111101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,229,94); }

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

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

 a { background-color: rgb(80,229,94); }

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

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

 span { border-color: rgb(80,229,94); }

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