#81C373

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

Shades of Mantis #81C373

Tints of Mantis #81C373

Color information

#81C373 (or 0x81C373) is unknown color: approx Mantis. HEX triplet: 81, C3 and 73. RGB value is (129,195,115). Sum of RGB (Red+Green+Blue) = 129+195+115=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #81C373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C373 is #7E3C8C. Grayscale: #A6A6A6. Windows color (decimal): -8273037 or 7586689. OLE color: 7586689.

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

Color convert

RGB129195115-
CMYK0.3400.410.24
HSL109.5º40%60.78%-
HSV(B)109.5º41.03%76.47%-
XYZ31.6644.9423.22-
YUV166.1599.13101.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 195 (76.56% from 255) = 44.42%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=29.38%
G=44.42%
B=26.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291951150.3400.410.24109.54060.78
Hex81C37322029186d283d
Octal20130316342051301555075
Binary100000011100001111100111000100101001110001101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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