#77DA82

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

Shades of Pastel Green #77DA82

Tints of Pastel Green #77DA82

Color information

#77DA82 (or 0x77DA82) is unknown color: approx Pastel Green. HEX triplet: 77, DA and 82. RGB value is (119,218,130). Sum of RGB (Red+Green+Blue) = 119+218+130=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DA82 is #88257D. Grayscale: #B2B2B2. Windows color (decimal): -8922494 or 8575607. OLE color: 8575607.

HSL color Cylindrical-coordinate representation of color #77DA82: hue angle of 126.67º degrees, saturation: 0.57, 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 #77DA82 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB119218130-
CMYK0.4500.400.15
HSL126.67º57.23%66.08%-
HSV(B)126.67º45.41%85.49%-
XYZ36.7155.6829.93-
YUV178.37100.785.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=25.48%
G=46.68%
B=27.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192181300.4500.400.15126.6757.2366.08
Hex77DA822D028F7f3942
Octal167332202550501717771102
Binary111011111011010100000101011010101000111111111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,218,130); }

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

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

 a { background-color: rgb(119,218,130); }

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

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

 span { border-color: rgb(119,218,130); }

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