#80D472

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

Shades of Pastel Green #80D472

Tints of Pastel Green #80D472

Color information

#80D472 (or 0x80D472) is unknown color: approx Pastel Green. HEX triplet: 80, D4 and 72. RGB value is (128,212,114). Sum of RGB (Red+Green+Blue) = 128+212+114=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #80D472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D472 is #7F2B8D. Grayscale: #B0B0B0. Windows color (decimal): -8334222 or 7525504. OLE color: 7525504.

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

Color convert

RGB128212114-
CMYK0.4000.460.17
HSL111.43º53.26%63.92%-
HSV(B)111.43º46.23%83.14%-
XYZ35.4852.8924.26-
YUV175.7193.1793.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=28.19%
G=46.70%
B=25.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121140.4000.460.17111.4353.2663.92
Hex80D4722802E116f3540
Octal200324162500562115765100
Binary1000000011010100111001010100001011101000111011111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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