#81D97A

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

Shades of Pastel Green #81D97A

Tints of Pastel Green #81D97A

Color information

#81D97A (or 0x81D97A) is unknown color: approx Pastel Green. HEX triplet: 81, D9 and 7A. RGB value is (129,217,122). Sum of RGB (Red+Green+Blue) = 129+217+122=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #81D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D97A is #7E2685. Grayscale: #B4B4B4. Windows color (decimal): -8267398 or 8051073. OLE color: 8051073.

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

Color convert

RGB129217122-
CMYK0.4100.440.15
HSL115.58º55.56%66.47%-
HSV(B)115.58º43.78%85.1%-
XYZ37.3855.727.19-
YUV179.8695.3591.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 217 (85.16% from 255) = 46.37%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=27.56%
G=46.37%
B=26.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171220.4100.440.15115.5855.5666.47
Hex81D97A2902CF743842
Octal201331172510541716470102
Binary100000011101100111110101010010101100111111101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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