#81B945

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

Shades of Mantis #81B945

Tints of Mantis #81B945

Color information

#81B945 (or 0x81B945) is unknown color: approx Mantis. HEX triplet: 81, B9 and 45. RGB value is (129,185,69). Sum of RGB (Red+Green+Blue) = 129+185+69=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #81B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B945 is #7E46BA. Grayscale: #9B9B9B. Windows color (decimal): -8275643 or 4569473. OLE color: 4569473.

HSL color Cylindrical-coordinate representation of color #81B945: hue angle of 88.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81B945 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB12918569-
CMYK0.3000.630.27
HSL88.97º45.67%49.8%-
HSV(B)88.97º62.7%72.55%-
XYZ27.4839.7911.86-
YUV155.0379.45109.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 185 (72.66% from 255) = 48.30%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=33.68%
G=48.30%
B=18.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129185690.3000.630.2788.9745.6749.8
Hex81B9451E03F1B592e32
Octal20127110536077331315662
Binary10000001101110011000101111100111111110111011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,69); }

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

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

 a { background-color: rgb(129,185,69); }

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

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

 span { border-color: rgb(129,185,69); }

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