#80D870

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

Shades of Pastel Green #80D870

Tints of Pastel Green #80D870

Color information

#80D870 (or 0x80D870) is unknown color: approx Pastel Green. HEX triplet: 80, D8 and 70. RGB value is (128,216,112). Sum of RGB (Red+Green+Blue) = 128+216+112=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #80D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D870 is #7F278F. Grayscale: #B2B2B2. Windows color (decimal): -8333200 or 7395456. OLE color: 7395456.

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

Color convert

RGB128216112-
CMYK0.4100.480.15
HSL110.77º57.14%64.31%-
HSV(B)110.77º48.15%84.71%-
XYZ36.3854.8724-
YUV177.8390.8592.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 216 (84.77% from 255) = 47.37%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=28.07%
G=47.37%
B=24.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161120.4100.480.15110.7757.1464.31
Hex80D87029030F6f3940
Octal200330160510601715771100
Binary100000001101100011100001010010110000111111011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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