#81C348

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

Shades of Mantis #81C348

Tints of Mantis #81C348

Color information

#81C348 (or 0x81C348) is unknown color: approx Mantis. HEX triplet: 81, C3 and 48. RGB value is (129,195,72). Sum of RGB (Red+Green+Blue) = 129+195+72=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #81C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C348 is #7E3CB7. Grayscale: #A1A1A1. Windows color (decimal): -8273080 or 4768641. OLE color: 4768641.

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

Color convert

RGB12919572-
CMYK0.3400.630.24
HSL92.2º50.62%52.35%-
HSV(B)92.2º63.08%76.47%-
XYZ29.7444.1713.09-
YUV161.2477.63105-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 195 (76.56% from 255) = 49.24%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=32.58%
G=49.24%
B=18.18%

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
Decimal129195720.3400.630.2492.250.6252.35
Hex81C3482203F185c3334
Octal20130311042077301346364
Binary100000011100001110010001000100111111110001011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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