#81D876

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

Shades of Pastel Green #81D876

Tints of Pastel Green #81D876

Color information

#81D876 (or 0x81D876) is unknown color: approx Pastel Green. HEX triplet: 81, D8 and 76. RGB value is (129,216,118). Sum of RGB (Red+Green+Blue) = 129+216+118=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #81D876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D876 is #7E2789. Grayscale: #B3B3B3. Windows color (decimal): -8267658 or 7788673. OLE color: 7788673.

HSL color Cylindrical-coordinate representation of color #81D876: hue angle of 113.27º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81D876 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB129216118-
CMYK0.4000.450.15
HSL113.27º55.68%65.49%-
HSV(B)113.27º45.37%84.71%-
XYZ36.8855.0925.83-
YUV178.8293.6892.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 216 (84.77% from 255) = 46.65%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=27.86%
G=46.65%
B=25.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161180.4000.450.15113.2755.6865.49
Hex81D8762802DF713841
Octal201330166500551716170101
Binary100000011101100011101101010000101101111111100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,216,118); }

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

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

 a { background-color: rgb(129,216,118); }

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

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

 span { border-color: rgb(129,216,118); }

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