Html Css Color HEX #80DA7E Pastel Green

📋 copy color: '#80DA7E'

red 128 ◦ green 218 ◦ blue 126

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

Shades of Pastel Green #80DA7E

Tints of Pastel Green #80DA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 27.12%
G = 46.19%
B = 26.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#80DA7E (or 0x80DA7E) is known color: Pastel Green. HEX triplet: 80, DA and 7E. RGB value is (128,218,126). Sum of RGB (Red+Green+Blue) = 128+218+126=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA7E is #7F2581. Grayscale: #B4B4B4. Windows color (decimal): -8332674 or 8313472. OLE color: 8313472.

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

Color convert

RGB 128 218 126 -
CMYK 0.41 0 0.42 0.15
HSL 118.7º 0.55% 0.67% -
HSV(B) 118.7º 0.42% 0.85% -
XYZ 37.74 56.24 28.6 -
YUV 180.6 97.18 90.48 -
System Red Green Blue C M Y K H S L
Decimal 128 218 126 0.41 0 0.42 0.15 118.7 0.55 0.67
Hex 80 DA 7E 29 0 2A F 77 37 43
Octal 200 332 176 51 0 52 17 167 67 103
Binary 10000000 11011010 1111110 101001 0 101010 1111 1110111 110111 1000011

Color Harmonies of #80DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA7E

Black with #80DA7E

Text Example


Text Example

White with #80DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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