#50ED44

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

Shades of Screamin' Green #50ED44

Tints of Screamin' Green #50ED44

Color information

#50ED44 (or 0x50ED44) is unknown color: approx Screamin' Green. HEX triplet: 50, ED and 44. RGB value is (80,237,68). Sum of RGB (Red+Green+Blue) = 80+237+68=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED44 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50ED44 is #AF12BB. Grayscale: #ABABAB. Windows color (decimal): -11473596 or 4517200. OLE color: 4517200.

HSL color Cylindrical-coordinate representation of color #50ED44: hue angle of 115.74º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50ED44 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB8023768-
CMYK0.6600.710.07
HSL115.74º82.44%59.8%-
HSV(B)115.74º71.31%92.94%-
XYZ34.6462.6915.74-
YUV170.7969.9963.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 237 (92.97% from 255) = 61.56%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=20.78%
G=61.56%
B=17.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80237680.6600.710.07115.7482.4459.8
Hex50ED4442047774523c
Octal1203551041020107716412274
Binary101000011101101100010010000100100011111111101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,68); }

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

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

 a { background-color: rgb(80,237,68); }

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

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

 span { border-color: rgb(80,237,68); }

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