#80D57D

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

Shades of Pastel Green #80D57D

Tints of Pastel Green #80D57D

Color information

#80D57D (or 0x80D57D) is unknown color: approx Pastel Green. HEX triplet: 80, D5 and 7D. RGB value is (128,213,125). Sum of RGB (Red+Green+Blue) = 128+213+125=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #80D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D57D is #7F2A82. Grayscale: #B1B1B1. Windows color (decimal): -8333955 or 8246656. OLE color: 8246656.

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

Color convert

RGB128213125-
CMYK0.4000.410.16
HSL117.95º51.16%66.27%-
HSV(B)117.95º41.31%83.53%-
XYZ36.453.6627.84-
YUV177.5598.3492.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=27.47%
G=45.71%
B=26.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131250.4000.410.16117.9551.1666.27
Hex80D57D2802910763342
Octal200325175500512016663102
Binary1000000011010101111110110100001010011000011101101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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