#80E78A

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

Shades of Light Green #80E78A

Tints of Light Green #80E78A

Color information

#80E78A (or 0x80E78A) is unknown color: approx Light Green. HEX triplet: 80, E7 and 8A. RGB value is (128,231,138). Sum of RGB (Red+Green+Blue) = 128+231+138=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #80E78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E78A is #7F1875. Grayscale: #BDBDBD. Windows color (decimal): -8329334 or 9103232. OLE color: 9103232.

HSL color Cylindrical-coordinate representation of color #80E78A: hue angle of 125.83º 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 #80E78A is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB128231138-
CMYK0.4500.400.09
HSL125.83º68.21%70.39%-
HSV(B)125.83º44.59%90.59%-
XYZ42.0763.5834.1-
YUV189.698.8884.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=25.75%
G=46.48%
B=27.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282311380.4500.400.09125.8368.2170.39
Hex80E78A2D02897e4446
Octal2003472125505011176104106
Binary10000000111001111000101010110101010001001111111010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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