#81DE76

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

Shades of Pastel Green #81DE76

Tints of Pastel Green #81DE76

Color information

#81DE76 (or 0x81DE76) is unknown color: approx Pastel Green. HEX triplet: 81, DE and 76. RGB value is (129,222,118). Sum of RGB (Red+Green+Blue) = 129+222+118=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #81DE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DE76 is #7E2189. Grayscale: #B6B6B6. Windows color (decimal): -8266122 or 7790209. OLE color: 7790209.

HSL color Cylindrical-coordinate representation of color #81DE76: hue angle of 113.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81DE76 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB129222118-
CMYK0.4200.470.13
HSL113.65º61.18%66.67%-
HSV(B)113.65º46.85%87.06%-
XYZ38.4458.2226.35-
YUV182.3491.6989.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=27.51%
G=47.33%
B=25.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292221180.4200.470.13113.6561.1866.67
Hex81DE762A02FD723d43
Octal201336166520571516275103
Binary100000011101111011101101010100101111110111100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,222,118); }

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

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

 a { background-color: rgb(129,222,118); }

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

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

 span { border-color: rgb(129,222,118); }

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