#80FF73

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

Shades of Screamin' Green #80FF73

Tints of Screamin' Green #80FF73

Color information

#80FF73 (or 0x80FF73) is unknown color: approx Screamin' Green. HEX triplet: 80, FF and 73. RGB value is (128,255,115). Sum of RGB (Red+Green+Blue) = 128+255+115=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF73 is #7F008C. Grayscale: #C9C9C9. Windows color (decimal): -8323213 or 7602048. OLE color: 7602048.

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

Color convert

RGB128255115-
CMYK0.5000.550
HSL114.43º100%72.55%-
HSV(B)114.43º54.9%100%-
XYZ47.7677.3528.63-
YUV201.0779.4275.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 255 (100% from 255) = 51.20%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=25.70%
G=51.20%
B=23.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551150.5000.550114.4310072.55
Hex80FF73320370726449
Octal200377163620670162144111
Binary1000000011111111111001111001001101110111001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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