Html Css Color HEX #80D77C Pastel Green

📋 copy color: '#80D77C'

red 128 ◦ green 215 ◦ blue 124

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

Shades of Pastel Green #80D77C

Tints of Pastel Green #80D77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 27.41%
G = 46.04%
B = 26.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#80D77C (or 0x80D77C) is known color: Pastel Green. HEX triplet: 80, D7 and 7C. RGB value is (128,215,124). Sum of RGB (Red+Green+Blue) = 128+215+124=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #80D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D77C is #7F2883. Grayscale: #B2B2B2. Windows color (decimal): -8333444 or 8181632. OLE color: 8181632.

HSL color Cylindrical-coordinate representation of color #80D77C: hue angle of 117.36º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80D77C is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 124 -
CMYK 0.40 0 0.42 0.16
HSL 117.36º 0.53% 0.66% -
HSV(B) 117.36º 0.42% 0.84% -
XYZ 36.84 54.65 27.67 -
YUV 178.61 97.18 91.9 -
System Red Green Blue C M Y K H S L
Decimal 128 215 124 0.40 0 0.42 0.16 117.36 0.53 0.66
Hex 80 D7 7C 28 0 2A 10 75 35 42
Octal 200 327 174 50 0 52 20 165 65 102
Binary 10000000 11010111 1111100 101000 0 101010 10000 1110101 110101 1000010

Color Harmonies of #80D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D77C

Black with #80D77C

Text Example


Text Example

White with #80D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80D77C; }

 p { color: rgb(128,215,124); }

 H1.HeaderClassName
 {
   color: #80D77C;
 }
 .AnyTagClassName
 {
   color: #80D77C;
 }
</style>

background-color css

<style>
 a { background-color: #80D77C; }

 a { background-color: rgb(128,215,124); }

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

border-color css

<style>
 span { border-color: #80D77C; }

 span { border-color: rgb(128,215,124); }

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