#50f24c

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

Shades of Screamin' Green #50F24C

Tints of Screamin' Green #50F24C

Color information

#50F24C (or 0x50F24C) is unknown color: approx Screamin' Green. HEX triplet: 50, F2 and 4C. RGB value is (80,242,76). Sum of RGB (Red+Green+Blue) = 80+242+76=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #50F24C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F24C is #AF0DB3. Grayscale: #AFAFAF. Windows color (decimal): -11472308 or 5042768. OLE color: 5042768.

HSL color Cylindrical-coordinate representation of color #50F24C: hue angle of 118.55º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50F24C is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB8024276-
CMYK0.6700.690.05
HSL118.55º86.46%62.35%-
HSV(B)118.55º68.6%94.9%-
XYZ36.3665.7317.61-
YUV174.6472.3360.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 242 (94.92% from 255) = 60.80%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=20.10%
G=60.80%
B=19.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80242760.6700.690.05118.5586.4662.35
Hex50F24C43045577563e
Octal1203621141030105516712676
Binary101000011110010100110010000110100010110111101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f24c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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