#80E47D

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

Shades of Pastel Green #80E47D

Tints of Pastel Green #80E47D

Color information

#80E47D (or 0x80E47D) is unknown color: approx Pastel Green. HEX triplet: 80, E4 and 7D. RGB value is (128,228,125). Sum of RGB (Red+Green+Blue) = 128+228+125=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #80E47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E47D is #7F1B82. Grayscale: #BABABA. Windows color (decimal): -8330115 or 8250496. OLE color: 8250496.

HSL color Cylindrical-coordinate representation of color #80E47D: hue angle of 118.25º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E47D is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB128228125-
CMYK0.4400.450.11
HSL118.25º65.61%69.22%-
HSV(B)118.25º45.18%89.41%-
XYZ40.3561.5629.16-
YUV186.3693.3786.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 228 (89.45% from 255) = 47.40%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=26.61%
G=47.40%
B=25.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282281250.4400.450.11118.2565.6169.22
Hex80E47D2C02DB764245
Octal2003441755405513166102105
Binary1000000011100100111110110110001011011011111011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,228,125); }

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

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

 a { background-color: rgb(128,228,125); }

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

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

 span { border-color: rgb(128,228,125); }

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