Html Css Color HEX #80D67A Pastel Green

📋 copy color: '#80D67A'

red 128 ◦ green 214 ◦ blue 122

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

Shades of Pastel Green #80D67A

Tints of Pastel Green #80D67A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 27.59%
G = 46.12%
B = 26.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#80D67A (or 0x80D67A) is known color: Pastel Green. HEX triplet: 80, D6 and 7A. RGB value is (128,214,122). Sum of RGB (Red+Green+Blue) = 128+214+122=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #80D67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D67A is #7F2985. Grayscale: #B2B2B2. Windows color (decimal): -8333702 or 8050304. OLE color: 8050304.

HSL color Cylindrical-coordinate representation of color #80D67A: hue angle of 116.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80D67A is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 122 -
CMYK 0.40 0 0.43 0.16
HSL 116.09º 0.53% 0.66% -
HSV(B) 116.09º 0.43% 0.84% -
XYZ 36.46 54.09 26.93 -
YUV 177.8 96.51 92.48 -
System Red Green Blue C M Y K H S L
Decimal 128 214 122 0.40 0 0.43 0.16 116.09 0.53 0.66
Hex 80 D6 7A 28 0 2B 10 74 35 42
Octal 200 326 172 50 0 53 20 164 65 102
Binary 10000000 11010110 1111010 101000 0 101011 10000 1110100 110101 1000010

Color Harmonies of #80D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D67A

Black with #80D67A

Text Example


Text Example

White with #80D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,122); }

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

background-color css

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

 a { background-color: rgb(128,214,122); }

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

border-color css

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

 span { border-color: rgb(128,214,122); }

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