Html Css Color HEX #80D86B Pastel Green

📋 copy color: '#80D86B'

red 128 ◦ green 216 ◦ blue 107

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

Shades of Pastel Green #80D86B

Tints of Pastel Green #80D86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 28.38%
G = 47.89%
B = 23.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#80D86B (or 0x80D86B) is known color: Pastel Green. HEX triplet: 80, D8 and 6B. RGB value is (128,216,107). Sum of RGB (Red+Green+Blue) = 128+216+107=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #80D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D86B is #7F2794. Grayscale: #B1B1B1. Windows color (decimal): -8333205 or 7067776. OLE color: 7067776.

HSL color Cylindrical-coordinate representation of color #80D86B: hue angle of 108.44º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80D86B is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 107 -
CMYK 0.41 0 0.50 0.15
HSL 108.44º 0.58% 0.63% -
HSV(B) 108.44º 0.5% 0.85% -
XYZ 36.11 54.76 22.58 -
YUV 177.26 88.35 92.86 -
System Red Green Blue C M Y K H S L
Decimal 128 216 107 0.41 0 0.50 0.15 108.44 0.58 0.63
Hex 80 D8 6B 29 0 32 F 6C 3A 3F
Octal 200 330 153 51 0 62 17 154 72 77
Binary 10000000 11011000 1101011 101001 0 110010 1111 1101100 111010 111111

Color Harmonies of #80D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D86B

Black with #80D86B

Text Example


Text Example

White with #80D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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