#80FA6D

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

Shades of Screamin' Green #80FA6D

Tints of Screamin' Green #80FA6D

Color information

#80FA6D (or 0x80FA6D) is unknown color: approx Screamin' Green. HEX triplet: 80, FA and 6D. RGB value is (128,250,109). Sum of RGB (Red+Green+Blue) = 128+250+109=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA6D is #7F0592. Grayscale: #C5C5C5. Windows color (decimal): -8324499 or 7207552. OLE color: 7207552.

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

Color convert

RGB128250109-
CMYK0.4900.560.02
HSL111.91º93.38%70.39%-
HSV(B)111.91º56.4%98.04%-
XYZ45.8574.0626.35-
YUV197.4578.0878.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 250 (98.05% from 255) = 51.33%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=26.28%
G=51.33%
B=22.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282501090.4900.560.02111.9193.3870.39
Hex80FA6D310382705d46
Octal200372155610702160135106
Binary10000000111110101101101110001011100010111000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,250,109); }

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

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

 a { background-color: rgb(128,250,109); }

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

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

 span { border-color: rgb(128,250,109); }

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