#80CB73

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

Shades of Pastel Green #80CB73

Tints of Pastel Green #80CB73

Color information

#80CB73 (or 0x80CB73) is unknown color: approx Pastel Green. HEX triplet: 80, CB and 73. RGB value is (128,203,115). Sum of RGB (Red+Green+Blue) = 128+203+115=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB73 is #7F348C. Grayscale: #AAAAAA. Windows color (decimal): -8336525 or 7588736. OLE color: 7588736.

HSL color Cylindrical-coordinate representation of color #80CB73: hue angle of 111.14º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CB73 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB128203115-
CMYK0.3700.430.20
HSL111.14º45.83%62.35%-
HSV(B)111.14º43.35%79.61%-
XYZ33.3548.5423.83-
YUV170.5496.6597.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=28.70%
G=45.52%
B=25.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282031150.3700.430.20111.1445.8362.35
Hex80CB732502B146f2e3e
Octal20031316345053241575676
Binary100000001100101111100111001010101011101001101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,203,115); }

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

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

 a { background-color: rgb(128,203,115); }

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

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

 span { border-color: rgb(128,203,115); }

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