#81D975

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

Shades of Pastel Green #81D975

Tints of Pastel Green #81D975

Color information

#81D975 (or 0x81D975) is unknown color: approx Pastel Green. HEX triplet: 81, D9 and 75. RGB value is (129,217,117). Sum of RGB (Red+Green+Blue) = 129+217+117=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #81D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D975 is #7E268A. Grayscale: #B3B3B3. Windows color (decimal): -8267403 or 7723393. OLE color: 7723393.

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

Color convert

RGB129217117-
CMYK0.4100.460.15
HSL112.8º56.82%65.49%-
HSV(B)112.8º46.08%85.1%-
XYZ37.0855.5825.6-
YUV179.2992.8592.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=27.86%
G=46.87%
B=25.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171170.4100.460.15112.856.8265.49
Hex81D9752902EF713941
Octal201331165510561716171101
Binary100000011101100111101011010010101110111111100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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