Html Css Color HEX #80D47C Pastel Green

📋 copy color: '#80D47C'

red 128 ◦ green 212 ◦ blue 124

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

Shades of Pastel Green #80D47C

Tints of Pastel Green #80D47C

RGB

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

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

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

R = 27.59%
G = 45.69%
B = 26.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#80D47C (or 0x80D47C) is known color: Pastel Green. HEX triplet: 80, D4 and 7C. RGB value is (128,212,124). Sum of RGB (Red+Green+Blue) = 128+212+124=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #80D47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D47C is #7F2B83. Grayscale: #B1B1B1. Windows color (decimal): -8334212 or 8180864. OLE color: 8180864.

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

Color convert

RGB 128 212 124 -
CMYK 0.40 0 0.42 0.17
HSL 117.27º 0.51% 0.66% -
HSV(B) 117.27º 0.42% 0.83% -
XYZ 36.08 53.13 27.42 -
YUV 176.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 128 212 124 0.40 0 0.42 0.17 117.27 0.51 0.66
Hex 80 D4 7C 28 0 2A 11 75 33 42
Octal 200 324 174 50 0 52 21 165 63 102
Binary 10000000 11010100 1111100 101000 0 101010 10001 1110101 110011 1000010

Color Harmonies of #80D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D47C

Black with #80D47C

Text Example


Text Example

White with #80D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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