Html Css Color HEX #80D779 Pastel Green

📋 copy color: '#80D779'

red 128 ◦ green 215 ◦ blue 121

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

Shades of Pastel Green #80D779

Tints of Pastel Green #80D779

RGB

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

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

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

R = 27.59%
G = 46.34%
B = 26.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#80D779 (or 0x80D779) is known color: Pastel Green. HEX triplet: 80, D7 and 79. RGB value is (128,215,121). Sum of RGB (Red+Green+Blue) = 128+215+121=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #80D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D779 is #7F2886. Grayscale: #B2B2B2. Windows color (decimal): -8333447 or 7985024. OLE color: 7985024.

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

Color convert

RGB 128 215 121 -
CMYK 0.40 0 0.44 0.16
HSL 115.53º 0.54% 0.66% -
HSV(B) 115.53º 0.44% 0.84% -
XYZ 36.65 54.57 26.69 -
YUV 178.27 95.68 92.14 -
System Red Green Blue C M Y K H S L
Decimal 128 215 121 0.40 0 0.44 0.16 115.53 0.54 0.66
Hex 80 D7 79 28 0 2C 10 74 36 42
Octal 200 327 171 50 0 54 20 164 66 102
Binary 10000000 11010111 1111001 101000 0 101100 10000 1110100 110110 1000010

Color Harmonies of #80D779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D779

Black with #80D779

Text Example


Text Example

White with #80D779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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