#80E17C

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

Shades of Pastel Green #80E17C

Tints of Pastel Green #80E17C

Color information

#80E17C (or 0x80E17C) is unknown color: approx Pastel Green. HEX triplet: 80, E1 and 7C. RGB value is (128,225,124). Sum of RGB (Red+Green+Blue) = 128+225+124=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #80E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E17C is #7F1E83. Grayscale: #B8B8B8. Windows color (decimal): -8330884 or 8184192. OLE color: 8184192.

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

Color convert

RGB128225124-
CMYK0.4300.450.12
HSL117.62º62.73%68.43%-
HSV(B)117.62º44.89%88.24%-
XYZ39.4759.8928.55-
YUV184.4893.8687.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 225 (88.28% from 255) = 47.17%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=26.83%
G=47.17%
B=26.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251240.4300.450.12117.6262.7368.43
Hex80E17C2B02DC763f44
Octal200341174530551416677104
Binary100000001110000111111001010110101101110011101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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