#80E37D

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

Shades of Pastel Green #80E37D

Tints of Pastel Green #80E37D

Color information

#80E37D (or 0x80E37D) is unknown color: approx Pastel Green. HEX triplet: 80, E3 and 7D. RGB value is (128,227,125). Sum of RGB (Red+Green+Blue) = 128+227+125=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #80E37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E37D is #7F1C82. Grayscale: #BABABA. Windows color (decimal): -8330371 or 8250240. OLE color: 8250240.

HSL color Cylindrical-coordinate representation of color #80E37D: hue angle of 118.24º degrees, saturation: 0.65, 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 #80E37D is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB128227125-
CMYK0.4400.450.11
HSL118.24º64.56%69.02%-
HSV(B)118.24º44.93%89.02%-
XYZ40.0761.0129.07-
YUV185.7793.786.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 227 (89.06% from 255) = 47.29%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=26.67%
G=47.29%
B=26.04%

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
Decimal1282271250.4400.450.11118.2464.5669.02
Hex80E37D2C02DB764145
Octal2003431755405513166101105
Binary1000000011100011111110110110001011011011111011010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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