#50E55F

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

Shades of Screamin' Green #50E55F

Tints of Screamin' Green #50E55F

Color information

#50E55F (or 0x50E55F) is unknown color: approx Screamin' Green. HEX triplet: 50, E5 and 5F. RGB value is (80,229,95). Sum of RGB (Red+Green+Blue) = 80+229+95=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #50E55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E55F is #AF1AA0. Grayscale: #A9A9A9. Windows color (decimal): -11475617 or 6284624. OLE color: 6284624.

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

Color convert

RGB8022995-
CMYK0.6500.590.10
HSL126.04º74.13%60.59%-
HSV(B)126.04º65.07%89.8%-
XYZ33.3958.5720.37-
YUV169.1786.1464.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 229 (89.84% from 255) = 56.68%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=19.80%
G=56.68%
B=23.51%

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
Decimal80229950.6500.590.10126.0474.1360.59
Hex50E55F4103BA7e4a3d
Octal1203451371010731217611275
Binary101000011100101101111110000010111011101011111101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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