#81C352

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

Shades of Mantis #81C352

Tints of Mantis #81C352

Color information

#81C352 (or 0x81C352) is unknown color: approx Mantis. HEX triplet: 81, C3 and 52. RGB value is (129,195,82). Sum of RGB (Red+Green+Blue) = 129+195+82=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #81C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C352 is #7E3CAD. Grayscale: #A2A2A2. Windows color (decimal): -8273070 or 5424001. OLE color: 5424001.

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

Color convert

RGB12919582-
CMYK0.3400.580.24
HSL95.04º48.5%54.31%-
HSV(B)95.04º57.95%76.47%-
XYZ30.0944.3114.95-
YUV162.3882.63104.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=31.77%
G=48.03%
B=20.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129195820.3400.580.2495.0448.554.31
Hex81C3522203A185f3036
Octal20130312242072301376066
Binary100000011100001110100101000100111010110001011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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