#80D77D

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

Shades of Pastel Green #80D77D

Tints of Pastel Green #80D77D

Color information

#80D77D (or 0x80D77D) is unknown color: approx Pastel Green. HEX triplet: 80, D7 and 7D. RGB value is (128,215,125). Sum of RGB (Red+Green+Blue) = 128+215+125=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #80D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D77D is #7F2882. Grayscale: #B3B3B3. Windows color (decimal): -8333443 or 8247168. OLE color: 8247168.

HSL color Cylindrical-coordinate representation of color #80D77D: hue angle of 118º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80D77D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB128215125-
CMYK0.4000.420.16
HSL118º52.94%66.67%-
HSV(B)118º41.86%84.31%-
XYZ36.954.6728.01-
YUV178.7397.6891.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 215 (84.38% from 255) = 45.94%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=27.35%
G=45.94%
B=26.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282151250.4000.420.1611852.9466.67
Hex80D77D2802A10763543
Octal200327175500522016665103
Binary1000000011010111111110110100001010101000011101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,215,125); }

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

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

 a { background-color: rgb(128,215,125); }

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

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

 span { border-color: rgb(128,215,125); }

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