#80EB96

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

Shades of Light Green #80EB96

Tints of Light Green #80EB96

Color information

#80EB96 (or 0x80EB96) is unknown color: approx Light Green. HEX triplet: 80, EB and 96. RGB value is (128,235,150). Sum of RGB (Red+Green+Blue) = 128+235+150=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EB96 is #7F1469. Grayscale: #C1C1C1. Windows color (decimal): -8328298 or 9890688. OLE color: 9890688.

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

Color convert

RGB128235150-
CMYK0.4600.360.08
HSL132.34º72.79%71.18%-
HSV(B)132.34º45.53%92.16%-
XYZ44.1266.2139.31-
YUV193.32103.5581.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 235 (92.19% from 255) = 45.81%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=24.95%
G=45.81%
B=29.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351500.4600.360.08132.3472.7971.18
Hex80EB962E0248844947
Octal2003532265604410204111107
Binary100000001110101110010110101110010010010001000010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,235,150); }

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

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

 a { background-color: rgb(128,235,150); }

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

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

 span { border-color: rgb(128,235,150); }

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