#80E78E

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

Shades of Light Green #80E78E

Tints of Light Green #80E78E

Color information

#80E78E (or 0x80E78E) is unknown color: approx Light Green. HEX triplet: 80, E7 and 8E. RGB value is (128,231,142). Sum of RGB (Red+Green+Blue) = 128+231+142=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #80E78E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E78E is #7F1871. Grayscale: #BEBEBE. Windows color (decimal): -8329330 or 9365376. OLE color: 9365376.

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

Color convert

RGB128231142-
CMYK0.4500.390.09
HSL128.16º68.21%70.39%-
HSV(B)128.16º44.59%90.59%-
XYZ42.3663.6935.65-
YUV190.06100.8883.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=25.55%
G=46.11%
B=28.34%

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
Decimal1282311420.4500.390.09128.1668.2170.39
Hex80E78E2D0279804446
Octal2003472165504711200104106
Binary100000001110011110001110101101010011110011000000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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