#80D575

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

Shades of Pastel Green #80D575

Tints of Pastel Green #80D575

Color information

#80D575 (or 0x80D575) is unknown color: approx Pastel Green. HEX triplet: 80, D5 and 75. RGB value is (128,213,117). Sum of RGB (Red+Green+Blue) = 128+213+117=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #80D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D575 is #7F2A8A. Grayscale: #B0B0B0. Windows color (decimal): -8333963 or 7722368. OLE color: 7722368.

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

Color convert

RGB128213117-
CMYK0.4000.450.16
HSL113.12º53.33%64.71%-
HSV(B)113.12º45.07%83.53%-
XYZ35.9153.4625.26-
YUV176.6494.3493.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=27.95%
G=46.51%
B=25.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131170.4000.450.16113.1253.3364.71
Hex80D5752802D10713541
Octal200325165500552016165101
Binary1000000011010101111010110100001011011000011100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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