#81C372

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

Shades of Mantis #81C372

Tints of Mantis #81C372

Color information

#81C372 (or 0x81C372) is unknown color: approx Mantis. HEX triplet: 81, C3 and 72. RGB value is (129,195,114). Sum of RGB (Red+Green+Blue) = 129+195+114=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #81C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C372 is #7E3C8D. Grayscale: #A6A6A6. Windows color (decimal): -8273038 or 7521153. OLE color: 7521153.

HSL color Cylindrical-coordinate representation of color #81C372: hue angle of 108.89º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81C372 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB129195114-
CMYK0.3400.420.24
HSL108.89º40.3%60.59%-
HSV(B)108.89º41.54%76.47%-
XYZ31.6144.9122.92-
YUV166.0398.63101.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.45%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=29.45%
G=44.52%
B=26.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291951140.3400.420.24108.8940.360.59
Hex81C3722202A186d283d
Octal20130316242052301555075
Binary100000011100001111100101000100101010110001101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,195,114); }

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

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

 a { background-color: rgb(129,195,114); }

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

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

 span { border-color: rgb(129,195,114); }

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