Html Css Color HEX #77DC80 Pastel Green

📋 copy color: '#77DC80'

red 119 ◦ green 220 ◦ blue 128

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

Shades of Pastel Green #77DC80

Tints of Pastel Green #77DC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

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

R = 25.48%
G = 47.11%
B = 27.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#77DC80 (or 0x77DC80) is known color: Pastel Green. HEX triplet: 77, DC and 80. RGB value is (119,220,128). Sum of RGB (Red+Green+Blue) = 119+220+128=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC80 is #88237F. Grayscale: #B3B3B3. Windows color (decimal): -8921984 or 8445047. OLE color: 8445047.

HSL color Cylindrical-coordinate representation of color #77DC80: hue angle of 125.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DC80 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 220 128 -
CMYK 0.46 0 0.42 0.14
HSL 125.35º 0.59% 0.66% -
HSV(B) 125.35º 0.46% 0.86% -
XYZ 37.1 56.67 29.4 -
YUV 179.31 99.04 84.98 -
System Red Green Blue C M Y K H S L
Decimal 119 220 128 0.46 0 0.42 0.14 125.35 0.59 0.66
Hex 77 DC 80 2E 0 2A E 7D 3B 42
Octal 167 334 200 56 0 52 16 175 73 102
Binary 1110111 11011100 10000000 101110 0 101010 1110 1111101 111011 1000010

Color Harmonies of #77DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DC80

Black with #77DC80

Text Example


Text Example

White with #77DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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