#81D76E

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

Shades of Pastel Green #81D76E

Tints of Pastel Green #81D76E

Color information

#81D76E (or 0x81D76E) is unknown color: approx Pastel Green. HEX triplet: 81, D7 and 6E. RGB value is (129,215,110). Sum of RGB (Red+Green+Blue) = 129+215+110=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #81D76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D76E is #7E2891. Grayscale: #B1B1B1. Windows color (decimal): -8267922 or 7264129. OLE color: 7264129.

HSL color Cylindrical-coordinate representation of color #81D76E: hue angle of 109.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D76E is Cyan = 0.4, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB129215110-
CMYK0.400.490.16
HSL109.14º56.76%63.73%-
HSV(B)109.14º48.84%84.31%-
XYZ36.1754.3923.34-
YUV177.3290.0193.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 215 (84.38% from 255) = 47.36%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=28.41%
G=47.36%
B=24.23%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292151100.400.490.16109.1456.7663.73
Hex81D76E28031106d3940
Octal201327156500612015571100
Binary1000000111010111110111010100001100011000011011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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