#81BA4E

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

Shades of Mantis #81BA4E

Tints of Mantis #81BA4E

Color information

#81BA4E (or 0x81BA4E) is unknown color: approx Mantis. HEX triplet: 81, BA and 4E. RGB value is (129,186,78). Sum of RGB (Red+Green+Blue) = 129+186+78=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA4E is #7E45B1. Grayscale: #9D9D9D. Windows color (decimal): -8275378 or 5159553. OLE color: 5159553.

HSL color Cylindrical-coordinate representation of color #81BA4E: hue angle of 91.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81BA4E is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB12918678-
CMYK0.3100.580.27
HSL91.67º43.9%51.76%-
HSV(B)91.67º58.06%72.94%-
XYZ27.9940.3313.52-
YUV156.6483.62108.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=32.82%
G=47.33%
B=19.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129186780.3100.580.2791.6743.951.76
Hex81BA4E1F03A1B5c2c34
Octal20127211637072331345464
Binary10000001101110101001110111110111010110111011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,78); }

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

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

 a { background-color: rgb(129,186,78); }

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

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

 span { border-color: rgb(129,186,78); }

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