#81E085

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

Shades of Pastel Green #81E085

Tints of Pastel Green #81E085

Color information

#81E085 (or 0x81E085) is unknown color: approx Pastel Green. HEX triplet: 81, E0 and 85. RGB value is (129,224,133). Sum of RGB (Red+Green+Blue) = 129+224+133=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #81E085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E085 is #7E1F7A. Grayscale: #B9B9B9. Windows color (decimal): -8265595 or 8773761. OLE color: 8773761.

HSL color Cylindrical-coordinate representation of color #81E085: hue angle of 122.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81E085 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB129224133-
CMYK0.4200.410.12
HSL122.53º60.51%69.22%-
HSV(B)122.53º42.41%87.84%-
XYZ39.9459.6731.6-
YUV185.2298.5387.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=26.54%
G=46.09%
B=27.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1292241330.4200.410.12122.5360.5169.22
Hex81E0852A029C7b3d45
Octal201340205520511417375105
Binary1000000111100000100001011010100101001110011110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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