#81D97F

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

Shades of Pastel Green #81D97F

Tints of Pastel Green #81D97F

Color information

#81D97F (or 0x81D97F) is unknown color: approx Pastel Green. HEX triplet: 81, D9 and 7F. RGB value is (129,217,127). Sum of RGB (Red+Green+Blue) = 129+217+127=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #81D97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D97F is #7E2680. Grayscale: #B4B4B4. Windows color (decimal): -8267393 or 8378753. OLE color: 8378753.

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

Color convert

RGB129217127-
CMYK0.4100.410.15
HSL118.67º54.22%67.45%-
HSV(B)118.67º41.47%85.1%-
XYZ37.755.8328.87-
YUV180.4397.8591.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 127 (50% from 255) = 26.85%
R=27.27%
G=45.88%
B=26.85%

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
Decimal1292171270.4100.410.15118.6754.2267.45
Hex81D97F29029F773643
Octal201331177510511716766103
Binary100000011101100111111111010010101001111111101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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