#81D573

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

Shades of Pastel Green #81D573

Tints of Pastel Green #81D573

Color information

#81D573 (or 0x81D573) is unknown color: approx Pastel Green. HEX triplet: 81, D5 and 73. RGB value is (129,213,115). Sum of RGB (Red+Green+Blue) = 129+213+115=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #81D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D573 is #7E2A8C. Grayscale: #B1B1B1. Windows color (decimal): -8268429 or 7591297. OLE color: 7591297.

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

Color convert

RGB129213115-
CMYK0.3900.460.16
HSL111.43º53.85%64.31%-
HSV(B)111.43º46.01%83.53%-
XYZ35.9453.4924.65-
YUV176.7193.1793.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 213 (83.59% from 255) = 46.61%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=28.23%
G=46.61%
B=25.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292131150.3900.460.16111.4353.8564.31
Hex81D5732702E106f3640
Octal201325163470562015766100
Binary1000000111010101111001110011101011101000011011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,213,115); }

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

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

 a { background-color: rgb(129,213,115); }

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

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

 span { border-color: rgb(129,213,115); }

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