#80DD7E

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

Shades of Pastel Green #80DD7E

Tints of Pastel Green #80DD7E

Color information

#80DD7E (or 0x80DD7E) is unknown color: approx Pastel Green. HEX triplet: 80, DD and 7E. RGB value is (128,221,126). Sum of RGB (Red+Green+Blue) = 128+221+126=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD7E is #7F2281. Grayscale: #B6B6B6. Windows color (decimal): -8331906 or 8314240. OLE color: 8314240.

HSL color Cylindrical-coordinate representation of color #80DD7E: hue angle of 118.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DD7E is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB128221126-
CMYK0.4200.430.13
HSL118.74º58.28%68.04%-
HSV(B)118.74º42.99%86.67%-
XYZ38.5257.8128.87-
YUV182.3696.1989.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=26.95%
G=46.53%
B=26.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211260.4200.430.13118.7458.2868.04
Hex80DD7E2A02BD773a44
Octal200335176520531516772104
Binary100000001101110111111101010100101011110111101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,221,126); }

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

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

 a { background-color: rgb(128,221,126); }

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

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

 span { border-color: rgb(128,221,126); }

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