#80DD77

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

Shades of Pastel Green #80DD77

Tints of Pastel Green #80DD77

Color information

#80DD77 (or 0x80DD77) is unknown color: approx Pastel Green. HEX triplet: 80, DD and 77. RGB value is (128,221,119). Sum of RGB (Red+Green+Blue) = 128+221+119=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD77 is #7F2288. Grayscale: #B5B5B5. Windows color (decimal): -8331913 or 7855488. OLE color: 7855488.

HSL color Cylindrical-coordinate representation of color #80DD77: hue angle of 114.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80DD77 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB128221119-
CMYK0.4200.460.13
HSL114.71º60%66.67%-
HSV(B)114.71º46.15%86.67%-
XYZ38.0957.6326.57-
YUV181.5692.6989.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=27.35%
G=47.22%
B=25.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211190.4200.460.13114.716066.67
Hex80DD772A02ED733c43
Octal200335167520561516374103
Binary100000001101110111101111010100101110110111100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,221,119); }

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

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

 a { background-color: rgb(128,221,119); }

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

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

 span { border-color: rgb(128,221,119); }

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