#81DC7A

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

Shades of Pastel Green #81DC7A

Tints of Pastel Green #81DC7A

Color information

#81DC7A (or 0x81DC7A) is unknown color: approx Pastel Green. HEX triplet: 81, DC and 7A. RGB value is (129,220,122). Sum of RGB (Red+Green+Blue) = 129+220+122=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC7A is #7E2385. Grayscale: #B5B5B5. Windows color (decimal): -8266630 or 8051841. OLE color: 8051841.

HSL color Cylindrical-coordinate representation of color #81DC7A: hue angle of 115.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DC7A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB129220122-
CMYK0.4100.450.14
HSL115.71º58.33%67.06%-
HSV(B)115.71º44.55%86.27%-
XYZ38.1657.2627.45-
YUV181.6294.3590.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=27.39%
G=46.71%
B=25.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292201220.4100.450.14115.7158.3367.06
Hex81DC7A2902DE743a43
Octal201334172510551616472103
Binary100000011101110011110101010010101101111011101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,122); }

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

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

 a { background-color: rgb(129,220,122); }

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

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

 span { border-color: rgb(129,220,122); }

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