#80DF84

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

Shades of Pastel Green #80DF84

Tints of Pastel Green #80DF84

Color information

#80DF84 (or 0x80DF84) is unknown color: approx Pastel Green. HEX triplet: 80, DF and 84. RGB value is (128,223,132). Sum of RGB (Red+Green+Blue) = 128+223+132=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF84 is #7F207B. Grayscale: #B8B8B8. Windows color (decimal): -8331388 or 8707968. OLE color: 8707968.

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

Color convert

RGB128223132-
CMYK0.4300.410.13
HSL122.53º59.75%68.82%-
HSV(B)122.53º42.6%87.45%-
XYZ39.4559.0331.14-
YUV184.2298.5387.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 223 (87.5% from 255) = 46.17%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=26.50%
G=46.17%
B=27.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231320.4300.410.13122.5359.7568.82
Hex80DF842B029D7b3c45
Octal200337204530511517374105
Binary1000000011011111100001001010110101001110111110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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