#81D97D

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

Shades of Pastel Green #81D97D

Tints of Pastel Green #81D97D

Color information

#81D97D (or 0x81D97D) is unknown color: approx Pastel Green. HEX triplet: 81, D9 and 7D. RGB value is (129,217,125). Sum of RGB (Red+Green+Blue) = 129+217+125=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #81D97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D97D is #7E2682. Grayscale: #B4B4B4. Windows color (decimal): -8267395 or 8247681. OLE color: 8247681.

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

Color convert

RGB129217125-
CMYK0.4100.420.15
HSL117.39º54.76%67.06%-
HSV(B)117.39º42.4%85.1%-
XYZ37.5755.7728.19-
YUV180.296.8591.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=27.39%
G=46.07%
B=26.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171250.4100.420.15117.3954.7667.06
Hex81D97D2902AF753743
Octal201331175510521716567103
Binary100000011101100111111011010010101010111111101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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