#80EA8D

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

Shades of Light Green #80EA8D

Tints of Light Green #80EA8D

Color information

#80EA8D (or 0x80EA8D) is unknown color: approx Light Green. HEX triplet: 80, EA and 8D. RGB value is (128,234,141). Sum of RGB (Red+Green+Blue) = 128+234+141=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EA8D is #7F1572. Grayscale: #BFBFBF. Windows color (decimal): -8328563 or 9300608. OLE color: 9300608.

HSL color Cylindrical-coordinate representation of color #80EA8D: hue angle of 127.36º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EA8D is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB128234141-
CMYK0.4500.400.08
HSL127.36º71.62%70.98%-
HSV(B)127.36º45.3%91.76%-
XYZ43.1365.3635.54-
YUV191.799.3882.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 234 (91.80% from 255) = 46.52%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=25.45%
G=46.52%
B=28.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282341410.4500.400.08127.3671.6270.98
Hex80EA8D2D02887f4847
Octal2003522155505010177110107
Binary10000000111010101000110110110101010001000111111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,234,141); }

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

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

 a { background-color: rgb(128,234,141); }

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

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

 span { border-color: rgb(128,234,141); }

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