#50E54F

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

Shades of Screamin' Green #50E54F

Tints of Screamin' Green #50E54F

Color information

#50E54F (or 0x50E54F) is unknown color: approx Screamin' Green. HEX triplet: 50, E5 and 4F. RGB value is (80,229,79). Sum of RGB (Red+Green+Blue) = 80+229+79=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 229 (89.84% from 255 or 59.02% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 229 - color contains mainly: green. Hex color #50E54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E54F is #AF1AB0. Grayscale: #A7A7A7. Windows color (decimal): -11475633 or 5236048. OLE color: 5236048.

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

Color convert

RGB8022979-
CMYK0.6500.660.10
HSL119.6º74.26%60.39%-
HSV(B)119.6º65.5%89.8%-
XYZ32.7458.3116.93-
YUV167.3578.1465.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 229 (89.84% from 255) = 59.02%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=20.62%
G=59.02%
B=20.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80229790.6500.660.10119.674.2660.39
Hex50E54F41042A784a3c
Octal12034511710101021217011274
Binary1010000111001011001111100000101000010101011110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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