#81C349

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

Shades of Mantis #81C349

Tints of Mantis #81C349

Color information

#81C349 (or 0x81C349) is unknown color: approx Mantis. HEX triplet: 81, C3 and 49. RGB value is (129,195,73). Sum of RGB (Red+Green+Blue) = 129+195+73=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #81C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C349 is #7E3CB6. Grayscale: #A1A1A1. Windows color (decimal): -8273079 or 4834177. OLE color: 4834177.

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

Color convert

RGB12919573-
CMYK0.3400.630.24
HSL92.46º50.41%52.55%-
HSV(B)92.46º62.56%76.47%-
XYZ29.7744.1813.26-
YUV161.3678.13104.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 195 (76.56% from 255) = 49.12%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=32.49%
G=49.12%
B=18.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129195730.3400.630.2492.4650.4152.55
Hex81C3492203F185c3235
Octal20130311142077301346265
Binary100000011100001110010011000100111111110001011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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