#80D67D

Color #80D67D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #80D67D

Tints of Pastel Green #80D67D

Color information

#80D67D (or 0x80D67D) is unknown color: approx Pastel Green. HEX triplet: 80, D6 and 7D. RGB value is (128,214,125). Sum of RGB (Red+Green+Blue) = 128+214+125=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #80D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D67D is #7F2982. Grayscale: #B2B2B2. Windows color (decimal): -8333699 or 8246912. OLE color: 8246912.

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

Color convert

RGB128214125-
CMYK0.4000.420.16
HSL117.98º52.05%66.47%-
HSV(B)117.98º41.59%83.92%-
XYZ36.6554.1627.92-
YUV178.1498.0192.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=27.41%
G=45.82%
B=26.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282141250.4000.420.16117.9852.0566.47
Hex80D67D2802A10763442
Octal200326175500522016664102
Binary1000000011010110111110110100001010101000011101101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80D67D;
 }
 .AnyTagClassName
 {
   color: #80D67D;
 }
</style>
background-color css

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

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

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

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

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

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