Html Css Color HEX #80D671 Pastel Green

📋 copy color: '#80D671'

red 128 ◦ green 214 ◦ blue 113

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

Shades of Pastel Green #80D671

Tints of Pastel Green #80D671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.84%

R = 28.13%
G = 47.03%
B = 24.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#80D671 (or 0x80D671) is known color: Pastel Green. HEX triplet: 80, D6 and 71. RGB value is (128,214,113). Sum of RGB (Red+Green+Blue) = 128+214+113=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #80D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D671 is #7F298E. Grayscale: #B1B1B1. Windows color (decimal): -8333711 or 7460480. OLE color: 7460480.

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

Color convert

RGB 128 214 113 -
CMYK 0.40 0 0.47 0.16
HSL 111.09º 0.55% 0.64% -
HSV(B) 111.09º 0.47% 0.84% -
XYZ 35.93 53.87 24.13 -
YUV 176.77 92.01 93.21 -
System Red Green Blue C M Y K H S L
Decimal 128 214 113 0.40 0 0.47 0.16 111.09 0.55 0.64
Hex 80 D6 71 28 0 2F 10 6F 37 40
Octal 200 326 161 50 0 57 20 157 67 100
Binary 10000000 11010110 1110001 101000 0 101111 10000 1101111 110111 1000000

Color Harmonies of #80D671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D671

Black with #80D671

Text Example


Text Example

White with #80D671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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