Html Css Color HEX #80D47D Pastel Green

📋 copy color: '#80D47D'

red 128 ◦ green 212 ◦ blue 125

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

Shades of Pastel Green #80D47D

Tints of Pastel Green #80D47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

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

R = 27.53%
G = 45.59%
B = 26.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#80D47D (or 0x80D47D) is known color: Pastel Green. HEX triplet: 80, D4 and 7D. RGB value is (128,212,125). Sum of RGB (Red+Green+Blue) = 128+212+125=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #80D47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D47D is #7F2B82. Grayscale: #B1B1B1. Windows color (decimal): -8334211 or 8246400. OLE color: 8246400.

HSL color Cylindrical-coordinate representation of color #80D47D: hue angle of 117.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D47D is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 125 -
CMYK 0.40 0 0.41 0.17
HSL 117.93º 0.5% 0.66% -
HSV(B) 117.93º 0.41% 0.83% -
XYZ 36.15 53.16 27.76 -
YUV 176.97 98.67 93.07 -
System Red Green Blue C M Y K H S L
Decimal 128 212 125 0.40 0 0.41 0.17 117.93 0.5 0.66
Hex 80 D4 7D 28 0 29 11 76 32 42
Octal 200 324 175 50 0 51 21 166 62 102
Binary 10000000 11010100 1111101 101000 0 101001 10001 1110110 110010 1000010

Color Harmonies of #80D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D47D

Black with #80D47D

Text Example


Text Example

White with #80D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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