#80E08C

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

Shades of Light Green #80E08C

Tints of Light Green #80E08C

Color information

#80E08C (or 0x80E08C) is unknown color: approx Light Green. HEX triplet: 80, E0 and 8C. RGB value is (128,224,140). Sum of RGB (Red+Green+Blue) = 128+224+140=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #80E08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E08C is #7F1F73. Grayscale: #B9B9B9. Windows color (decimal): -8331124 or 9232512. OLE color: 9232512.

HSL color Cylindrical-coordinate representation of color #80E08C: hue angle of 127.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E08C is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB128224140-
CMYK0.4300.380.12
HSL127.5º60.76%69.02%-
HSV(B)127.5º42.86%87.84%-
XYZ40.2959.7934.23-
YUV185.72102.286.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 224 (87.89% from 255) = 45.53%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=26.02%
G=45.53%
B=28.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282241400.4300.380.12127.560.7669.02
Hex80E08C2B026C7f3d45
Octal200340214530461417775105
Binary1000000011100000100011001010110100110110011111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,140); }

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

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

 a { background-color: rgb(128,224,140); }

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

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

 span { border-color: rgb(128,224,140); }

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