#80D46D

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

Shades of Pastel Green #80D46D

Tints of Pastel Green #80D46D

Color information

#80D46D (or 0x80D46D) is unknown color: approx Pastel Green. HEX triplet: 80, D4 and 6D. RGB value is (128,212,109). Sum of RGB (Red+Green+Blue) = 128+212+109=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #80D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D46D is #7F2B92. Grayscale: #AFAFAF. Windows color (decimal): -8334227 or 7197824. OLE color: 7197824.

HSL color Cylindrical-coordinate representation of color #80D46D: hue angle of 108.93º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D46D is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB128212109-
CMYK0.4000.490.17
HSL108.93º54.5%62.94%-
HSV(B)108.93º48.58%83.14%-
XYZ35.2152.7822.8-
YUV175.1490.6794.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 212 (83.20% from 255) = 47.22%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=28.51%
G=47.22%
B=24.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121090.4000.490.17108.9354.562.94
Hex80D46D28031116d363f
Octal20032415550061211556677
Binary100000001101010011011011010000110001100011101101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,109); }

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

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

 a { background-color: rgb(128,212,109); }

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

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

 span { border-color: rgb(128,212,109); }

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