#80D578

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

Shades of Pastel Green #80D578

Tints of Pastel Green #80D578

Color information

#80D578 (or 0x80D578) is unknown color: approx Pastel Green. HEX triplet: 80, D5 and 78. RGB value is (128,213,120). Sum of RGB (Red+Green+Blue) = 128+213+120=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #80D578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D578 is #7F2A87. Grayscale: #B1B1B1. Windows color (decimal): -8333960 or 7918976. OLE color: 7918976.

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

Color convert

RGB128213120-
CMYK0.4000.440.16
HSL114.84º52.54%65.29%-
HSV(B)114.84º43.66%83.53%-
XYZ36.0953.5326.2-
YUV176.9895.8493.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=27.77%
G=46.20%
B=26.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131200.4000.440.16114.8452.5465.29
Hex80D5782802C10733541
Octal200325170500542016365101
Binary1000000011010101111100010100001011001000011100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,120); }

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

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

 a { background-color: rgb(128,213,120); }

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

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

 span { border-color: rgb(128,213,120); }

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