#80EF76

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

Shades of Pastel Green #80EF76

Tints of Pastel Green #80EF76

Color information

#80EF76 (or 0x80EF76) is unknown color: approx Pastel Green. HEX triplet: 80, EF and 76. RGB value is (128,239,118). Sum of RGB (Red+Green+Blue) = 128+239+118=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF76 is #7F1089. Grayscale: #C0C0C0. Windows color (decimal): -8327306 or 7794560. OLE color: 7794560.

HSL color Cylindrical-coordinate representation of color #80EF76: hue angle of 115.04º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80EF76 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB128239118-
CMYK0.4600.510.06
HSL115.04º79.08%70%-
HSV(B)115.04º50.63%93.73%-
XYZ43.0467.6327.93-
YUV192.0286.2382.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=26.39%
G=49.28%
B=24.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282391180.4600.510.06115.0479.0870
Hex80EF762E0336734f46
Octal200357166560636163117106
Binary100000001110111111101101011100110011110111001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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