#77D880

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

Shades of Pastel Green #77D880

Tints of Pastel Green #77D880

Color information

#77D880 (or 0x77D880) is unknown color: approx Pastel Green. HEX triplet: 77, D8 and 80. RGB value is (119,216,128). Sum of RGB (Red+Green+Blue) = 119+216+128=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #77D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D880 is #88277F. Grayscale: #B1B1B1. Windows color (decimal): -8923008 or 8444023. OLE color: 8444023.

HSL color Cylindrical-coordinate representation of color #77D880: hue angle of 125.57º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D880 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB119216128-
CMYK0.4500.410.15
HSL125.57º55.43%65.69%-
HSV(B)125.57º44.91%84.71%-
XYZ36.0654.5929.06-
YUV176.96100.3686.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.70%
GREEN value IS 216 (84.77% from 255) = 46.65%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=25.70%
G=46.65%
B=27.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192161280.4500.410.15125.5755.4365.69
Hex77D8802D029F7e3742
Octal167330200550511717667102
Binary111011111011000100000001011010101001111111111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77D880; }

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

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

<style>
 a { background-color: #77D880; }

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

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

<style>
 span { border-color: #77D880; }

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

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