#81BA71

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

Shades of Mantis #81BA71

Tints of Mantis #81BA71

Color information

#81BA71 (or 0x81BA71) is unknown color: approx Mantis. HEX triplet: 81, BA and 71. RGB value is (129,186,113). Sum of RGB (Red+Green+Blue) = 129+186+113=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA71 is #7E458E. Grayscale: #A0A0A0. Windows color (decimal): -8275343 or 7453313. OLE color: 7453313.

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

Color convert

RGB129186113-
CMYK0.3100.390.27
HSL106.85º34.6%58.63%-
HSV(B)106.85º39.25%72.94%-
XYZ29.5940.9821.97-
YUV160.64101.12105.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=30.14%
G=43.46%
B=26.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291861130.3100.390.27106.8534.658.63
Hex81BA711F0271B6b233b
Octal20127216137047331534373
Binary10000001101110101110001111110100111110111101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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