#80FF50

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

Shades of Screamin' Green #80FF50

Tints of Screamin' Green #80FF50

Color information

#80FF50 (or 0x80FF50) is unknown color: approx Screamin' Green. HEX triplet: 80, FF and 50. RGB value is (128,255,80). Sum of RGB (Red+Green+Blue) = 128+255+80=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF50 is #7F00AF. Grayscale: #C5C5C5. Windows color (decimal): -8323248 or 5308288. OLE color: 5308288.

HSL color Cylindrical-coordinate representation of color #80FF50: hue angle of 103.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80FF50 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB12825580-
CMYK0.5000.690
HSL103.54º100%65.69%-
HSV(B)103.54º68.63%100%-
XYZ46.1176.6919.96-
YUV197.0861.9278.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=27.65%
G=55.08%
B=17.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal128255800.5000.690103.5410065.69
Hex80FF50320450686442
Octal2003771206201050150144102
Binary10000000111111111010000110010010001010110100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80FF50; }

 p { color: rgb(128,255,80); }

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

<style>
 a { background-color: #80FF50; }

 a { background-color: rgb(128,255,80); }

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

<style>
 span { border-color: #80FF50; }

 span { border-color: rgb(128,255,80); }

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