Html Css Color HEX #80D87D Pastel Green

📋 copy color: '#80D87D'

red 128 ◦ green 216 ◦ blue 125

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

Shades of Pastel Green #80D87D

Tints of Pastel Green #80D87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 27.29%
G = 46.06%
B = 26.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#80D87D (or 0x80D87D) is known color: Pastel Green. HEX triplet: 80, D8 and 7D. RGB value is (128,216,125). Sum of RGB (Red+Green+Blue) = 128+216+125=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #80D87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D87D is #7F2782. Grayscale: #B3B3B3. Windows color (decimal): -8333187 or 8247424. OLE color: 8247424.

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

Color convert

RGB 128 216 125 -
CMYK 0.41 0 0.42 0.15
HSL 118.02º 0.54% 0.67% -
HSV(B) 118.02º 0.42% 0.85% -
XYZ 37.16 55.18 28.09 -
YUV 179.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 128 216 125 0.41 0 0.42 0.15 118.02 0.54 0.67
Hex 80 D8 7D 29 0 2A F 76 36 43
Octal 200 330 175 51 0 52 17 166 66 103
Binary 10000000 11011000 1111101 101001 0 101010 1111 1110110 110110 1000011

Color Harmonies of #80D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D87D

Black with #80D87D

Text Example


Text Example

White with #80D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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