#80E49E

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

Shades of Light Green #80E49E

Tints of Light Green #80E49E

Color information

#80E49E (or 0x80E49E) is unknown color: approx Light Green. HEX triplet: 80, E4 and 9E. RGB value is (128,228,158). Sum of RGB (Red+Green+Blue) = 128+228+158=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #80E49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E49E is #7F1B61. Grayscale: #BEBEBE. Windows color (decimal): -8330082 or 10413184. OLE color: 10413184.

HSL color Cylindrical-coordinate representation of color #80E49E: hue angle of 138º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E49E is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB128228158-
CMYK0.4400.310.11
HSL138º64.94%69.8%-
HSV(B)138º43.86%89.41%-
XYZ42.8262.5442.16-
YUV190.12109.8783.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.90%
GREEN value IS 228 (89.45% from 255) = 44.36%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=24.90%
G=44.36%
B=30.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282281580.4400.310.1113864.9469.8
Hex80E49E2C01FB8a4146
Octal2003442365403713212101106
Binary10000000111001001001111010110001111110111000101010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,228,158); }

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

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

 a { background-color: rgb(128,228,158); }

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

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

 span { border-color: rgb(128,228,158); }

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