#81E184

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

Shades of Pastel Green #81E184

Tints of Pastel Green #81E184

Color information

#81E184 (or 0x81E184) is unknown color: approx Pastel Green. HEX triplet: 81, E1 and 84. RGB value is (129,225,132). Sum of RGB (Red+Green+Blue) = 129+225+132=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #81E184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E184 is #7E1E7B. Grayscale: #B9B9B9. Windows color (decimal): -8265340 or 8708481. OLE color: 8708481.

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

Color convert

RGB129225132-
CMYK0.4300.410.12
HSL121.87º61.54%69.41%-
HSV(B)121.87º42.67%88.24%-
XYZ40.1460.1831.33-
YUV185.6997.787.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 225 (88.28% from 255) = 46.30%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=26.54%
G=46.30%
B=27.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1292251320.4300.410.12121.8761.5469.41
Hex81E1842B029C7a3e45
Octal201341204530511417276105
Binary1000000111100001100001001010110101001110011110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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