#81C071

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

Shades of Mantis #81C071

Tints of Mantis #81C071

Color information

#81C071 (or 0x81C071) is unknown color: approx Mantis. HEX triplet: 81, C0 and 71. RGB value is (129,192,113). Sum of RGB (Red+Green+Blue) = 129+192+113=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #81C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C071 is #7E3F8E. Grayscale: #A4A4A4. Windows color (decimal): -8273807 or 7454849. OLE color: 7454849.

HSL color Cylindrical-coordinate representation of color #81C071: hue angle of 107.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81C071 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB129192113-
CMYK0.3300.410.25
HSL107.85º38.54%59.8%-
HSV(B)107.85º41.15%75.29%-
XYZ30.8843.5622.4-
YUV164.1699.13102.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.72%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=29.72%
G=44.24%
B=26.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291921130.3300.410.25107.8538.5459.8
Hex81C07121029196c273c
Octal20130016141051311544774
Binary100000011100000011100011000010101001110011101100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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