#81C749

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

Shades of Mantis #81C749

Tints of Mantis #81C749

Color information

#81C749 (or 0x81C749) is unknown color: approx Mantis. HEX triplet: 81, C7 and 49. RGB value is (129,199,73). Sum of RGB (Red+Green+Blue) = 129+199+73=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #81C749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C749 is #7E38B6. Grayscale: #A4A4A4. Windows color (decimal): -8272055 or 4835201. OLE color: 4835201.

HSL color Cylindrical-coordinate representation of color #81C749: hue angle of 93.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81C749 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB12919973-
CMYK0.3500.630.22
HSL93.33º52.94%53.33%-
HSV(B)93.33º63.32%78.04%-
XYZ30.684613.56-
YUV163.7176.81103.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 199 (78.12% from 255) = 49.63%
BLUE value IS 73 (28.91% from 255) = 18.20%
R=32.17%
G=49.63%
B=18.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129199730.3500.630.2293.3352.9453.33
Hex81C7492303F165d3535
Octal20130711143077261356565
Binary100000011100011110010011000110111111101101011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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