#81D980

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

Shades of Pastel Green #81D980

Tints of Pastel Green #81D980

Color information

#81D980 (or 0x81D980) is unknown color: approx Pastel Green. HEX triplet: 81, D9 and 80. RGB value is (129,217,128). Sum of RGB (Red+Green+Blue) = 129+217+128=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #81D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D980 is #7E267F. Grayscale: #B4B4B4. Windows color (decimal): -8267392 or 8444289. OLE color: 8444289.

HSL color Cylindrical-coordinate representation of color #81D980: hue angle of 119.33º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D980 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB129217128-
CMYK0.4100.410.15
HSL119.33º53.94%67.65%-
HSV(B)119.33º41.01%85.1%-
XYZ37.7655.8529.21-
YUV180.5498.3591.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=27.22%
G=45.78%
B=27.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171280.4100.410.15119.3353.9467.65
Hex81D98029029F773644
Octal201331200510511716766104
Binary1000000111011001100000001010010101001111111101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D980; }

 p { color: rgb(129,217,128); }

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

<style>
 a { background-color: #81D980; }

 a { background-color: rgb(129,217,128); }

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

<style>
 span { border-color: #81D980; }

 span { border-color: rgb(129,217,128); }

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