#80D76C

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

Shades of Pastel Green #80D76C

Tints of Pastel Green #80D76C

Color information

#80D76C (or 0x80D76C) is unknown color: approx Pastel Green. HEX triplet: 80, D7 and 6C. RGB value is (128,215,108). Sum of RGB (Red+Green+Blue) = 128+215+108=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #80D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D76C is #7F2893. Grayscale: #B1B1B1. Windows color (decimal): -8333460 or 7133056. OLE color: 7133056.

HSL color Cylindrical-coordinate representation of color #80D76C: hue angle of 108.79º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80D76C is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB128215108-
CMYK0.4000.500.16
HSL108.79º57.22%63.33%-
HSV(B)108.79º49.77%84.31%-
XYZ35.9154.2722.77-
YUV176.7989.1893.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 215 (84.38% from 255) = 47.67%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=28.38%
G=47.67%
B=23.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282151080.4000.500.16108.7957.2263.33
Hex80D76C28032106d393f
Octal20032715450062201557177
Binary100000001101011111011001010000110010100001101101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,215,108); }

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

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

 a { background-color: rgb(128,215,108); }

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

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

 span { border-color: rgb(128,215,108); }

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