Html Css Color HEX #77DA80 Pastel Green

📋 copy color: '#77DA80'

red 119 ◦ green 218 ◦ blue 128

#77DA80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #77DA80

Tints of Pastel Green #77DA80

RGB

 RED value IS 119 (46.88% from 255) = 25.59%

 GREEN value IS 218 (85.55% from 255) = 46.88%

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 25.59%
G = 46.88%
B = 27.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#77DA80 (or 0x77DA80) is known color: Pastel Green. HEX triplet: 77, DA and 80. RGB value is (119,218,128). Sum of RGB (Red+Green+Blue) = 119+218+128=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DA80 is #88257F. Grayscale: #B2B2B2. Windows color (decimal): -8922496 or 8444535. OLE color: 8444535.

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

Color convert

RGB 119 218 128 -
CMYK 0.45 0 0.41 0.15
HSL 125.45º 0.57% 0.66% -
HSV(B) 125.45º 0.45% 0.85% -
XYZ 36.58 55.62 29.23 -
YUV 178.14 99.7 85.82 -
System Red Green Blue C M Y K H S L
Decimal 119 218 128 0.45 0 0.41 0.15 125.45 0.57 0.66
Hex 77 DA 80 2D 0 29 F 7D 39 42
Octal 167 332 200 55 0 51 17 175 71 102
Binary 1110111 11011010 10000000 101101 0 101001 1111 1111101 111001 1000010

Color Harmonies of #77DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DA80

Black with #77DA80

Text Example


Text Example

White with #77DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77DA80;
 }
 .AnyTagClassName
 {
   color: #77DA80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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