#80D96F

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

Shades of Pastel Green #80D96F

Tints of Pastel Green #80D96F

Color information

#80D96F (or 0x80D96F) is unknown color: approx Pastel Green. HEX triplet: 80, D9 and 6F. RGB value is (128,217,111). Sum of RGB (Red+Green+Blue) = 128+217+111=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #80D96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D96F is #7F2690. Grayscale: #B2B2B2. Windows color (decimal): -8332945 or 7330176. OLE color: 7330176.

HSL color Cylindrical-coordinate representation of color #80D96F: hue angle of 110.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D96F is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB128217111-
CMYK0.4100.490.15
HSL110.38º58.24%64.31%-
HSV(B)110.38º48.85%85.1%-
XYZ36.5855.3623.8-
YUV178.390.0192.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=28.07%
G=47.59%
B=24.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282171110.4100.490.15110.3858.2464.31
Hex80D96F29031F6e3a40
Octal200331157510611715672100
Binary100000001101100111011111010010110001111111011101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,111); }

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

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

 a { background-color: rgb(128,217,111); }

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

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

 span { border-color: rgb(128,217,111); }

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