#80DB7E

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

Shades of Pastel Green #80DB7E

Tints of Pastel Green #80DB7E

Color information

#80DB7E (or 0x80DB7E) is unknown color: approx Pastel Green. HEX triplet: 80, DB and 7E. RGB value is (128,219,126). Sum of RGB (Red+Green+Blue) = 128+219+126=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB7E is #7F2481. Grayscale: #B5B5B5. Windows color (decimal): -8332418 or 8313728. OLE color: 8313728.

HSL color Cylindrical-coordinate representation of color #80DB7E: hue angle of 118.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DB7E is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB128219126-
CMYK0.4200.420.14
HSL118.71º56.36%67.65%-
HSV(B)118.71º42.47%85.88%-
XYZ3856.7628.69-
YUV181.1996.8590.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 219 (85.94% from 255) = 46.30%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=27.06%
G=46.30%
B=26.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282191260.4200.420.14118.7156.3667.65
Hex80DB7E2A02AE773844
Octal200333176520521616770104
Binary100000001101101111111101010100101010111011101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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