#81D472

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

Shades of Pastel Green #81D472

Tints of Pastel Green #81D472

Color information

#81D472 (or 0x81D472) is unknown color: approx Pastel Green. HEX triplet: 81, D4 and 72. RGB value is (129,212,114). Sum of RGB (Red+Green+Blue) = 129+212+114=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #81D472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D472 is #7E2B8D. Grayscale: #B0B0B0. Windows color (decimal): -8268686 or 7525505. OLE color: 7525505.

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

Color convert

RGB129212114-
CMYK0.3900.460.17
HSL110.82º53.26%63.92%-
HSV(B)110.82º46.23%83.14%-
XYZ35.6352.9724.27-
YUV176.019394.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.35%
GREEN value IS 212 (83.20% from 255) = 46.59%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=28.35%
G=46.59%
B=25.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121140.3900.460.17110.8253.2663.92
Hex81D4722702E116f3540
Octal201324162470562115765100
Binary1000000111010100111001010011101011101000111011111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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