#81D57D

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

Shades of Pastel Green #81D57D

Tints of Pastel Green #81D57D

Color information

#81D57D (or 0x81D57D) is unknown color: approx Pastel Green. HEX triplet: 81, D5 and 7D. RGB value is (129,213,125). Sum of RGB (Red+Green+Blue) = 129+213+125=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #81D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D57D is #7E2A82. Grayscale: #B2B2B2. Windows color (decimal): -8268419 or 8246657. OLE color: 8246657.

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

Color convert

RGB129213125-
CMYK0.3900.410.16
HSL117.27º51.16%66.27%-
HSV(B)117.27º41.31%83.53%-
XYZ36.5553.7427.85-
YUV177.8598.1793.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=27.62%
G=45.61%
B=26.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292131250.3900.410.16117.2751.1666.27
Hex81D57D2702910753342
Octal201325175470512016563102
Binary1000000111010101111110110011101010011000011101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,213,125); }

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

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

 a { background-color: rgb(129,213,125); }

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

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

 span { border-color: rgb(129,213,125); }

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