#77D475

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

Shades of Pastel Green #77D475

Tints of Pastel Green #77D475

Color information

#77D475 (or 0x77D475) is unknown color: approx Pastel Green. HEX triplet: 77, D4 and 75. RGB value is (119,212,117). Sum of RGB (Red+Green+Blue) = 119+212+117=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #77D475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D475 is #882B8A. Grayscale: #ADADAD. Windows color (decimal): -8924043 or 7722103. OLE color: 7722103.

HSL color Cylindrical-coordinate representation of color #77D475: hue angle of 118.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D475 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB119212117-
CMYK0.4400.450.17
HSL118.74º52.49%64.51%-
HSV(B)118.74º44.81%83.14%-
XYZ34.3652.2925.11-
YUV173.3696.1989.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=26.56%
G=47.32%
B=26.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1192121170.4400.450.17118.7452.4964.51
Hex77D4752C02D11773441
Octal167324165540552116764101
Binary111011111010100111010110110001011011000111101111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,212,117); }

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

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

 a { background-color: rgb(119,212,117); }

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

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

 span { border-color: rgb(119,212,117); }

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