#80EB86

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

Shades of Light Green #80EB86

Tints of Light Green #80EB86

Color information

#80EB86 (or 0x80EB86) is unknown color: approx Light Green. HEX triplet: 80, EB and 86. RGB value is (128,235,134). Sum of RGB (Red+Green+Blue) = 128+235+134=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EB86 is #7F1479. Grayscale: #BFBFBF. Windows color (decimal): -8328314 or 8842112. OLE color: 8842112.

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

Color convert

RGB128235134-
CMYK0.4600.430.08
HSL123.36º72.79%71.18%-
HSV(B)123.36º45.53%92.16%-
XYZ42.9165.7332.98-
YUV191.4995.5582.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 235 (92.19% from 255) = 47.28%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=25.75%
G=47.28%
B=26.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351340.4600.430.08123.3672.7971.18
Hex80EB862E02B87b4947
Octal2003532065605310173111107
Binary10000000111010111000011010111001010111000111101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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