Html Css Color HEX #80DA6B Pastel Green

📋 copy color: '#80DA6B'

red 128 ◦ green 218 ◦ blue 107

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

Shades of Pastel Green #80DA6B

Tints of Pastel Green #80DA6B

RGB

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

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

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

R = 28.26%
G = 48.12%
B = 23.62%

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

#80DA6B (or 0x80DA6B) is known color: Pastel Green. HEX triplet: 80, DA and 6B. RGB value is (128,218,107). Sum of RGB (Red+Green+Blue) = 128+218+107=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA6B is #7F2594. Grayscale: #B2B2B2. Windows color (decimal): -8332693 or 7068288. OLE color: 7068288.

HSL color Cylindrical-coordinate representation of color #80DA6B: hue angle of 108.65º 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 #80DA6B is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 107 -
CMYK 0.41 0 0.51 0.15
HSL 108.65º 0.6% 0.64% -
HSV(B) 108.65º 0.51% 0.85% -
XYZ 36.63 55.79 22.75 -
YUV 178.44 87.68 92.03 -
System Red Green Blue C M Y K H S L
Decimal 128 218 107 0.41 0 0.51 0.15 108.65 0.6 0.64
Hex 80 DA 6B 29 0 33 F 6D 3C 40
Octal 200 332 153 51 0 63 17 155 74 100
Binary 10000000 11011010 1101011 101001 0 110011 1111 1101101 111100 1000000

Color Harmonies of #80DA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA6B

Black with #80DA6B

Text Example


Text Example

White with #80DA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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