#81D46D

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

Shades of Pastel Green #81D46D

Tints of Pastel Green #81D46D

Color information

#81D46D (or 0x81D46D) is unknown color: approx Pastel Green. HEX triplet: 81, D4 and 6D. RGB value is (129,212,109). Sum of RGB (Red+Green+Blue) = 129+212+109=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #81D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D46D is #7E2B92. Grayscale: #AFAFAF. Windows color (decimal): -8268691 or 7197825. OLE color: 7197825.

HSL color Cylindrical-coordinate representation of color #81D46D: hue angle of 108.35º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D46D is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB129212109-
CMYK0.3900.490.17
HSL108.35º54.5%62.94%-
HSV(B)108.35º48.58%83.14%-
XYZ35.3652.8622.81-
YUV175.4490.594.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 212 (83.20% from 255) = 47.11%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=28.67%
G=47.11%
B=24.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121090.3900.490.17108.3554.562.94
Hex81D46D27031116c363f
Octal20132415547061211546677
Binary100000011101010011011011001110110001100011101100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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