#80D869

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

Shades of Pastel Green #80D869

Tints of Pastel Green #80D869

Color information

#80D869 (or 0x80D869) is unknown color: approx Pastel Green. HEX triplet: 80, D8 and 69. RGB value is (128,216,105). Sum of RGB (Red+Green+Blue) = 128+216+105=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #80D869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D869 is #7F2796. Grayscale: #B1B1B1. Windows color (decimal): -8333207 or 6936704. OLE color: 6936704.

HSL color Cylindrical-coordinate representation of color #80D869: hue angle of 107.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80D869 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB128216105-
CMYK0.4100.510.15
HSL107.57º58.73%62.94%-
HSV(B)107.57º51.39%84.71%-
XYZ36.0154.7222.03-
YUV177.0387.3593.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 216 (84.77% from 255) = 48.11%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=28.51%
G=48.11%
B=23.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161050.4100.510.15107.5758.7362.94
Hex80D86929033F6c3b3f
Octal20033015151063171547377
Binary10000000110110001101001101001011001111111101100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,105); }

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

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

 a { background-color: rgb(128,216,105); }

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

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

 span { border-color: rgb(128,216,105); }

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