Html Css Color HEX #80DA6A Pastel Green

📋 copy color: '#80DA6A'

red 128 ◦ green 218 ◦ blue 106

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

Shades of Pastel Green #80DA6A

Tints of Pastel Green #80DA6A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

 BLUE value IS 106 (41.8% from 255) = 23.45%

R = 28.32%
G = 48.23%
B = 23.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#80DA6A (or 0x80DA6A) is known color: Pastel Green. HEX triplet: 80, DA and 6A. RGB value is (128,218,106). Sum of RGB (Red+Green+Blue) = 128+218+106=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA6A is #7F2595. Grayscale: #B2B2B2. Windows color (decimal): -8332694 or 7002752. OLE color: 7002752.

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

Color convert

RGB 128 218 106 -
CMYK 0.41 0 0.51 0.15
HSL 108.21º 0.6% 0.64% -
HSV(B) 108.21º 0.51% 0.85% -
XYZ 36.58 55.77 22.47 -
YUV 178.32 87.18 92.11 -
System Red Green Blue C M Y K H S L
Decimal 128 218 106 0.41 0 0.51 0.15 108.21 0.6 0.64
Hex 80 DA 6A 29 0 33 F 6C 3C 40
Octal 200 332 152 51 0 63 17 154 74 100
Binary 10000000 11011010 1101010 101001 0 110011 1111 1101100 111100 1000000

Color Harmonies of #80DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA6A

Black with #80DA6A

Text Example


Text Example

White with #80DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,106); }

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

background-color css

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

 a { background-color: rgb(128,218,106); }

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

border-color css

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

 span { border-color: rgb(128,218,106); }

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