#77DD80

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

Shades of Pastel Green #77DD80

Tints of Pastel Green #77DD80

Color information

#77DD80 (or 0x77DD80) is unknown color: approx Pastel Green. HEX triplet: 77, DD and 80. RGB value is (119,221,128). Sum of RGB (Red+Green+Blue) = 119+221+128=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DD80 is #88227F. Grayscale: #B4B4B4. Windows color (decimal): -8921728 or 8445303. OLE color: 8445303.

HSL color Cylindrical-coordinate representation of color #77DD80: hue angle of 125.29º 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 #77DD80 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB119221128-
CMYK0.4600.420.13
HSL125.29º60%66.67%-
HSV(B)125.29º46.15%86.67%-
XYZ37.3657.1929.49-
YUV179.998.7184.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192211280.4600.420.13125.296066.67
Hex77DD802E02AD7d3c43
Octal167335200560521517574103
Binary111011111011101100000001011100101010110111111011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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