#50E54C

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

Shades of Screamin' Green #50E54C

Tints of Screamin' Green #50E54C

Color information

#50E54C (or 0x50E54C) is unknown color: approx Screamin' Green. HEX triplet: 50, E5 and 4C. RGB value is (80,229,76). Sum of RGB (Red+Green+Blue) = 80+229+76=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #50E54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E54C is #AF1AB3. Grayscale: #A7A7A7. Windows color (decimal): -11475636 or 5039440. OLE color: 5039440.

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

Color convert

RGB8022976-
CMYK0.6500.670.10
HSL118.43º74.63%59.8%-
HSV(B)118.43º66.81%89.8%-
XYZ32.6358.2716.36-
YUV167.0176.6465.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 229 (89.84% from 255) = 59.48%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=20.78%
G=59.48%
B=19.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80229760.6500.670.10118.4374.6359.8
Hex50E54C41043A764b3c
Octal12034511410101031216611374
Binary1010000111001011001100100000101000011101011101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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