#80EB76

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

Shades of Pastel Green #80EB76

Tints of Pastel Green #80EB76

Color information

#80EB76 (or 0x80EB76) is unknown color: approx Pastel Green. HEX triplet: 80, EB and 76. RGB value is (128,235,118). Sum of RGB (Red+Green+Blue) = 128+235+118=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EB76 is #7F1489. Grayscale: #BEBEBE. Windows color (decimal): -8328330 or 7793536. OLE color: 7793536.

HSL color Cylindrical-coordinate representation of color #80EB76: hue angle of 114.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80EB76 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB128235118-
CMYK0.4600.500.08
HSL114.87º74.52%69.22%-
HSV(B)114.87º49.79%92.16%-
XYZ41.8865.3127.54-
YUV189.6787.5584.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 235 (92.19% from 255) = 48.86%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=26.61%
G=48.86%
B=24.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351180.4600.500.08114.8774.5269.22
Hex80EB762E0328734b45
Octal2003531665606210163113105
Binary1000000011101011111011010111001100101000111001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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