Html Css Color HEX #80DC6D Pastel Green

📋 copy color: '#80DC6D'

red 128 ◦ green 220 ◦ blue 109

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

Shades of Pastel Green #80DC6D

Tints of Pastel Green #80DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.14%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 28.01%
G = 48.14%
B = 23.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#80DC6D (or 0x80DC6D) is known color: Pastel Green. HEX triplet: 80, DC and 6D. RGB value is (128,220,109). Sum of RGB (Red+Green+Blue) = 128+220+109=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC6D is #7F2392. Grayscale: #B4B4B4. Windows color (decimal): -8332179 or 7199872. OLE color: 7199872.

HSL color Cylindrical-coordinate representation of color #80DC6D: hue angle of 109.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80DC6D is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 109 -
CMYK 0.42 0 0.50 0.14
HSL 109.73º 0.61% 0.65% -
HSV(B) 109.73º 0.5% 0.86% -
XYZ 37.26 56.88 23.48 -
YUV 179.84 88.02 91.03 -
System Red Green Blue C M Y K H S L
Decimal 128 220 109 0.42 0 0.50 0.14 109.73 0.61 0.65
Hex 80 DC 6D 2A 0 32 E 6E 3D 41
Octal 200 334 155 52 0 62 16 156 75 101
Binary 10000000 11011100 1101101 101010 0 110010 1110 1101110 111101 1000001

Color Harmonies of #80DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC6D

Black with #80DC6D

Text Example


Text Example

White with #80DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,109); }

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

background-color css

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

 a { background-color: rgb(128,220,109); }

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

border-color css

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

 span { border-color: rgb(128,220,109); }

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