#80E78C

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

Shades of Light Green #80E78C

Tints of Light Green #80E78C

Color information

#80E78C (or 0x80E78C) is unknown color: approx Light Green. HEX triplet: 80, E7 and 8C. RGB value is (128,231,140). Sum of RGB (Red+Green+Blue) = 128+231+140=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #80E78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E78C is #7F1873. Grayscale: #BEBEBE. Windows color (decimal): -8329332 or 9234304. OLE color: 9234304.

HSL color Cylindrical-coordinate representation of color #80E78C: hue angle of 126.99º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E78C is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB128231140-
CMYK0.4500.390.09
HSL126.99º68.21%70.39%-
HSV(B)126.99º44.59%90.59%-
XYZ42.2163.6334.87-
YUV189.8399.8883.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 231 (90.62% from 255) = 46.29%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=25.65%
G=46.29%
B=28.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282311400.4500.390.09126.9968.2170.39
Hex80E78C2D02797f4446
Octal2003472145504711177104106
Binary10000000111001111000110010110101001111001111111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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