#81D96D

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

Shades of Pastel Green #81D96D

Tints of Pastel Green #81D96D

Color information

#81D96D (or 0x81D96D) is unknown color: approx Pastel Green. HEX triplet: 81, D9 and 6D. RGB value is (129,217,109). Sum of RGB (Red+Green+Blue) = 129+217+109=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #81D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D96D is #7E2692. Grayscale: #B2B2B2. Windows color (decimal): -8267411 or 7199105. OLE color: 7199105.

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

Color convert

RGB129217109-
CMYK0.4100.500.15
HSL108.89º58.7%63.92%-
HSV(B)108.89º49.77%85.1%-
XYZ36.6355.423.23-
YUV178.3888.8592.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.35%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=28.35%
G=47.69%
B=23.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171090.4100.500.15108.8958.763.92
Hex81D96D29032F6d3b40
Octal201331155510621715573100
Binary100000011101100111011011010010110010111111011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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