#81D47C

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

Shades of Pastel Green #81D47C

Tints of Pastel Green #81D47C

Color information

#81D47C (or 0x81D47C) is unknown color: approx Pastel Green. HEX triplet: 81, D4 and 7C. RGB value is (129,212,124). Sum of RGB (Red+Green+Blue) = 129+212+124=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #81D47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D47C is #7E2B83. Grayscale: #B1B1B1. Windows color (decimal): -8268676 or 8180865. OLE color: 8180865.

HSL color Cylindrical-coordinate representation of color #81D47C: hue angle of 116.59º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81D47C is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB129212124-
CMYK0.3900.420.17
HSL116.59º50.57%65.88%-
HSV(B)116.59º41.51%83.14%-
XYZ36.2353.2127.43-
YUV177.159893.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=27.74%
G=45.59%
B=26.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121240.3900.420.17116.5950.5765.88
Hex81D47C2702A11753342
Octal201324174470522116563102
Binary1000000111010100111110010011101010101000111101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,212,124); }

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

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

 a { background-color: rgb(129,212,124); }

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

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

 span { border-color: rgb(129,212,124); }

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