#81D46E

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

Shades of Pastel Green #81D46E

Tints of Pastel Green #81D46E

Color information

#81D46E (or 0x81D46E) is unknown color: approx Pastel Green. HEX triplet: 81, D4 and 6E. RGB value is (129,212,110). Sum of RGB (Red+Green+Blue) = 129+212+110=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #81D46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D46E is #7E2B91. Grayscale: #AFAFAF. Windows color (decimal): -8268690 or 7263361. OLE color: 7263361.

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

Color convert

RGB129212110-
CMYK0.3900.480.17
HSL108.82º54.26%63.14%-
HSV(B)108.82º48.11%83.14%-
XYZ35.4152.8823.09-
YUV175.559194.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=28.60%
G=47.01%
B=24.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121100.3900.480.17108.8254.2663.14
Hex81D46E27030116d363f
Octal20132415647060211556677
Binary100000011101010011011101001110110000100011101101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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