#80D47E

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

Shades of Pastel Green #80D47E

Tints of Pastel Green #80D47E

Color information

#80D47E (or 0x80D47E) is unknown color: approx Pastel Green. HEX triplet: 80, D4 and 7E. RGB value is (128,212,126). Sum of RGB (Red+Green+Blue) = 128+212+126=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #80D47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D47E is #7F2B81. Grayscale: #B1B1B1. Windows color (decimal): -8334210 or 8311936. OLE color: 8311936.

HSL color Cylindrical-coordinate representation of color #80D47E: hue angle of 118.6º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D47E is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB128212126-
CMYK0.4000.410.17
HSL118.6º50%66.27%-
HSV(B)118.6º40.57%83.14%-
XYZ36.2153.1828.1-
YUV177.0899.1792.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 212 (83.20% from 255) = 45.49%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=27.47%
G=45.49%
B=27.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121260.4000.410.17118.65066.27
Hex80D47E2802911773242
Octal200324176500512116762102
Binary1000000011010100111111010100001010011000111101111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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