#50E84C

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

Shades of Screamin' Green #50E84C

Tints of Screamin' Green #50E84C

Color information

#50E84C (or 0x50E84C) is unknown color: approx Screamin' Green. HEX triplet: 50, E8 and 4C. RGB value is (80,232,76). Sum of RGB (Red+Green+Blue) = 80+232+76=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 232 (91.02% from 255 or 59.79% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 232 - color contains mainly: green. Hex color #50E84C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E84C is #AF17B3. Grayscale: #A9A9A9. Windows color (decimal): -11474868 or 5040208. OLE color: 5040208.

HSL color Cylindrical-coordinate representation of color #50E84C: hue angle of 118.46º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E84C is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB8023276-
CMYK0.6600.670.09
HSL118.46º77.23%60.39%-
HSV(B)118.46º67.24%90.98%-
XYZ33.4759.9416.64-
YUV168.7775.6464.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 232 (91.02% from 255) = 59.79%
BLUE value IS 76 (30.08% from 255) = 19.59%
R=20.62%
G=59.79%
B=19.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80232760.6600.670.09118.4677.2360.39
Hex50E84C420439764d3c
Octal12035011410201031116611574
Binary1010000111010001001100100001001000011100111101101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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