#80df6d

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

Shades of Pastel Green #80DF6D

Tints of Pastel Green #80DF6D

Color information

#80DF6D (or 0x80DF6D) is unknown color: approx Pastel Green. HEX triplet: 80, DF and 6D. RGB value is (128,223,109). Sum of RGB (Red+Green+Blue) = 128+223+109=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DF6D is #7F2092. Grayscale: #B5B5B5. Windows color (decimal): -8331411 or 7200640. OLE color: 7200640.

HSL color Cylindrical-coordinate representation of color #80DF6D: hue angle of 110º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80DF6D is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB128223109-
CMYK0.4300.510.13
HSL110º64.04%65.1%-
HSV(B)110º51.12%87.45%-
XYZ38.0558.4723.75-
YUV181.687.0389.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 223 (87.5% from 255) = 48.48%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=27.83%
G=48.48%
B=23.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231090.4300.510.1311064.0465.1
Hex80DF6D2B033D6e4041
Octal2003371555306315156100101
Binary1000000011011111110110110101101100111101110111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80df6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,223,109); }

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

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

 a { background-color: rgb(128,223,109); }

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

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

 span { border-color: rgb(128,223,109); }

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