Html Css Color HEX #80D679 Pastel Green

📋 copy color: '#80D679'

red 128 ◦ green 214 ◦ blue 121

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

Shades of Pastel Green #80D679

Tints of Pastel Green #80D679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

 BLUE value IS 121 (47.66% from 255) = 26.13%

R = 27.65%
G = 46.22%
B = 26.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#80D679 (or 0x80D679) is known color: Pastel Green. HEX triplet: 80, D6 and 79. RGB value is (128,214,121). Sum of RGB (Red+Green+Blue) = 128+214+121=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #80D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D679 is #7F2986. Grayscale: #B1B1B1. Windows color (decimal): -8333703 or 7984768. OLE color: 7984768.

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

Color convert

RGB 128 214 121 -
CMYK 0.40 0 0.43 0.16
HSL 115.48º 0.53% 0.66% -
HSV(B) 115.48º 0.43% 0.84% -
XYZ 36.4 54.06 26.61 -
YUV 177.68 96.01 92.56 -
System Red Green Blue C M Y K H S L
Decimal 128 214 121 0.40 0 0.43 0.16 115.48 0.53 0.66
Hex 80 D6 79 28 0 2B 10 73 35 42
Octal 200 326 171 50 0 53 20 163 65 102
Binary 10000000 11010110 1111001 101000 0 101011 10000 1110011 110101 1000010

Color Harmonies of #80D679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D679

Black with #80D679

Text Example


Text Example

White with #80D679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,121); }

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

background-color css

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

 a { background-color: rgb(128,214,121); }

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

border-color css

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

 span { border-color: rgb(128,214,121); }

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