#80EB9B

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

Shades of Light Green #80EB9B

Tints of Light Green #80EB9B

Color information

#80EB9B (or 0x80EB9B) is unknown color: approx Light Green. HEX triplet: 80, EB and 9B. RGB value is (128,235,155). Sum of RGB (Red+Green+Blue) = 128+235+155=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EB9B is #7F1464. Grayscale: #C2C2C2. Windows color (decimal): -8328293 or 10218368. OLE color: 10218368.

HSL color Cylindrical-coordinate representation of color #80EB9B: hue angle of 135.14º 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 #80EB9B is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB128235155-
CMYK0.4600.340.08
HSL135.14º72.79%71.18%-
HSV(B)135.14º45.53%92.16%-
XYZ44.5366.3741.47-
YUV193.89106.0581-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 235 (92.19% from 255) = 45.37%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=24.71%
G=45.37%
B=29.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351550.4600.340.08135.1472.7971.18
Hex80EB9B2E0228874947
Octal2003532335604210207111107
Binary100000001110101110011011101110010001010001000011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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