#81E084

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

Shades of Pastel Green #81E084

Tints of Pastel Green #81E084

Color information

#81E084 (or 0x81E084) is unknown color: approx Pastel Green. HEX triplet: 81, E0 and 84. RGB value is (129,224,132). Sum of RGB (Red+Green+Blue) = 129+224+132=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #81E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E084 is #7E1F7B. Grayscale: #B9B9B9. Windows color (decimal): -8265596 or 8708225. OLE color: 8708225.

HSL color Cylindrical-coordinate representation of color #81E084: hue angle of 121.89º 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 #81E084 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB129224132-
CMYK0.4200.410.12
HSL121.89º60.51%69.22%-
HSV(B)121.89º42.41%87.84%-
XYZ39.8759.6431.24-
YUV185.1198.0387.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.60%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=26.60%
G=46.19%
B=27.22%

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
Decimal1292241320.4200.410.12121.8960.5169.22
Hex81E0842A029C7a3d45
Octal201340204520511417275105
Binary1000000111100000100001001010100101001110011110101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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