#80FB5D

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

Shades of Screamin' Green #80FB5D

Tints of Screamin' Green #80FB5D

Color information

#80FB5D (or 0x80FB5D) is unknown color: approx Screamin' Green. HEX triplet: 80, FB and 5D. RGB value is (128,251,93). Sum of RGB (Red+Green+Blue) = 128+251+93=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FB5D is #7F04A2. Grayscale: #C4C4C4. Windows color (decimal): -8324259 or 6159232. OLE color: 6159232.

HSL color Cylindrical-coordinate representation of color #80FB5D: hue angle of 106.71º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80FB5D is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB12825193-
CMYK0.4900.630.02
HSL106.71º95.18%67.45%-
HSV(B)106.71º62.95%98.43%-
XYZ45.3874.3722.32-
YUV196.2169.7579.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 251 (98.44% from 255) = 53.18%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=27.12%
G=53.18%
B=19.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128251930.4900.630.02106.7195.1867.45
Hex80FB5D3103F26b5f43
Octal200373135610772153137103
Binary10000000111110111011101110001011111110110101110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,251,93); }

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

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

 a { background-color: rgb(128,251,93); }

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

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

 span { border-color: rgb(128,251,93); }

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