#81D476

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

Shades of Pastel Green #81D476

Tints of Pastel Green #81D476

Color information

#81D476 (or 0x81D476) is unknown color: approx Pastel Green. HEX triplet: 81, D4 and 76. RGB value is (129,212,118). Sum of RGB (Red+Green+Blue) = 129+212+118=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #81D476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D476 is #7E2B89. Grayscale: #B0B0B0. Windows color (decimal): -8268682 or 7787649. OLE color: 7787649.

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

Color convert

RGB129212118-
CMYK0.3900.440.17
HSL112.98º52.22%64.71%-
HSV(B)112.98º44.34%83.14%-
XYZ35.8753.0625.49-
YUV176.479594.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 212 (83.20% from 255) = 46.19%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=28.10%
G=46.19%
B=25.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121180.3900.440.17112.9852.2264.71
Hex81D4762702C11713441
Octal201324166470542116164101
Binary1000000111010100111011010011101011001000111100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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