#80E17A

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

Shades of Pastel Green #80E17A

Tints of Pastel Green #80E17A

Color information

#80E17A (or 0x80E17A) is unknown color: approx Pastel Green. HEX triplet: 80, E1 and 7A. RGB value is (128,225,122). Sum of RGB (Red+Green+Blue) = 128+225+122=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #80E17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E17A is #7F1E85. Grayscale: #B8B8B8. Windows color (decimal): -8330886 or 8053120. OLE color: 8053120.

HSL color Cylindrical-coordinate representation of color #80E17A: hue angle of 116.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E17A is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB128225122-
CMYK0.4300.460.12
HSL116.5º63.19%68.04%-
HSV(B)116.5º45.78%88.24%-
XYZ39.3459.8427.89-
YUV184.2692.8687.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=26.95%
G=47.37%
B=25.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251220.4300.460.12116.563.1968.04
Hex80E17A2B02EC753f44
Octal200341172530561416577104
Binary100000001110000111110101010110101110110011101011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,225,122); }

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

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

 a { background-color: rgb(128,225,122); }

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

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

 span { border-color: rgb(128,225,122); }

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