Html Css Color HEX #80D881 Pastel Green

📋 copy color: '#80D881'

red 128 ◦ green 216 ◦ blue 129

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

Shades of Pastel Green #80D881

Tints of Pastel Green #80D881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 129 (50.78% from 255) = 27.27%

R = 27.06%
G = 45.67%
B = 27.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#80D881 (or 0x80D881) is known color: Pastel Green. HEX triplet: 80, D8 and 81. RGB value is (128,216,129). Sum of RGB (Red+Green+Blue) = 128+216+129=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #80D881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D881 is #7F277E. Grayscale: #B4B4B4. Windows color (decimal): -8333183 or 8509568. OLE color: 8509568.

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

Color convert

RGB 128 216 129 -
CMYK 0.41 0 0.40 0.15
HSL 120.68º 0.53% 0.67% -
HSV(B) 120.68º 0.41% 0.85% -
XYZ 37.42 55.29 29.47 -
YUV 179.77 99.35 91.07 -
System Red Green Blue C M Y K H S L
Decimal 128 216 129 0.41 0 0.40 0.15 120.68 0.53 0.67
Hex 80 D8 81 29 0 28 F 79 35 43
Octal 200 330 201 51 0 50 17 171 65 103
Binary 10000000 11011000 10000001 101001 0 101000 1111 1111001 110101 1000011

Color Harmonies of #80D881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D881

Black with #80D881

Text Example


Text Example

White with #80D881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,216,129); }

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

background-color css

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

 a { background-color: rgb(128,216,129); }

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

border-color css

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

 span { border-color: rgb(128,216,129); }

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