Html Css Color HEX #80D86E Pastel Green

📋 copy color: '#80D86E'

red 128 ◦ green 216 ◦ blue 110

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

Shades of Pastel Green #80D86E

Tints of Pastel Green #80D86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 28.19%
G = 47.58%
B = 24.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#80D86E (or 0x80D86E) is known color: Pastel Green. HEX triplet: 80, D8 and 6E. RGB value is (128,216,110). Sum of RGB (Red+Green+Blue) = 128+216+110=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #80D86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D86E is #7F2791. Grayscale: #B1B1B1. Windows color (decimal): -8333202 or 7264384. OLE color: 7264384.

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

Color convert

RGB 128 216 110 -
CMYK 0.41 0 0.49 0.15
HSL 109.81º 0.58% 0.64% -
HSV(B) 109.81º 0.49% 0.85% -
XYZ 36.27 54.83 23.42 -
YUV 177.6 89.85 92.62 -
System Red Green Blue C M Y K H S L
Decimal 128 216 110 0.41 0 0.49 0.15 109.81 0.58 0.64
Hex 80 D8 6E 29 0 31 F 6E 3A 40
Octal 200 330 156 51 0 61 17 156 72 100
Binary 10000000 11011000 1101110 101001 0 110001 1111 1101110 111010 1000000

Color Harmonies of #80D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D86E

Black with #80D86E

Text Example


Text Example

White with #80D86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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