#81E385

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

Shades of Pastel Green #81E385

Tints of Pastel Green #81E385

Color information

#81E385 (or 0x81E385) is unknown color: approx Pastel Green. HEX triplet: 81, E3 and 85. RGB value is (129,227,133). Sum of RGB (Red+Green+Blue) = 129+227+133=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #81E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E385 is #7E1C7A. Grayscale: #BBBBBB. Windows color (decimal): -8264827 or 8774529. OLE color: 8774529.

HSL color Cylindrical-coordinate representation of color #81E385: hue angle of 122.45º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81E385 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB129227133-
CMYK0.4300.410.11
HSL122.45º63.64%69.8%-
HSV(B)122.45º43.17%89.02%-
XYZ40.7661.331.87-
YUV186.9897.5386.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 227 (89.06% from 255) = 46.42%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=26.38%
G=46.42%
B=27.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1292271330.4300.410.11122.4563.6469.8
Hex81E3852B029B7a4046
Octal2013432055305113172100106
Binary10000001111000111000010110101101010011011111101010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,227,133); }

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

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

 a { background-color: rgb(129,227,133); }

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

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

 span { border-color: rgb(129,227,133); }

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