Html Css Color HEX #80D77D Pastel Green

📋 copy color: '#80D77D'

red 128 ◦ green 215 ◦ blue 125

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

Shades of Pastel Green #80D77D

Tints of Pastel Green #80D77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 27.35%
G = 45.94%
B = 26.71%

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

#80D77D (or 0x80D77D) is known color: Pastel Green. HEX triplet: 80, D7 and 7D. RGB value is (128,215,125). Sum of RGB (Red+Green+Blue) = 128+215+125=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #80D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D77D is #7F2882. Grayscale: #B3B3B3. Windows color (decimal): -8333443 or 8247168. OLE color: 8247168.

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

Color convert

RGB 128 215 125 -
CMYK 0.40 0 0.42 0.16
HSL 118º 0.53% 0.67% -
HSV(B) 118º 0.42% 0.84% -
XYZ 36.9 54.67 28.01 -
YUV 178.73 97.68 91.82 -
System Red Green Blue C M Y K H S L
Decimal 128 215 125 0.40 0 0.42 0.16 118 0.53 0.67
Hex 80 D7 7D 28 0 2A 10 76 35 43
Octal 200 327 175 50 0 52 20 166 65 103
Binary 10000000 11010111 1111101 101000 0 101010 10000 1110110 110101 1000011

Color Harmonies of #80D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D77D

Black with #80D77D

Text Example


Text Example

White with #80D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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