#81B95D

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

Shades of Mantis #81B95D

Tints of Mantis #81B95D

Color information

#81B95D (or 0x81B95D) is unknown color: approx Mantis. HEX triplet: 81, B9 and 5D. RGB value is (129,185,93). Sum of RGB (Red+Green+Blue) = 129+185+93=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #81B95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B95D is #7E46A2. Grayscale: #9E9E9E. Windows color (decimal): -8275619 or 6142337. OLE color: 6142337.

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

Color convert

RGB12918593-
CMYK0.3000.500.27
HSL96.52º39.66%54.51%-
HSV(B)96.52º49.73%72.55%-
XYZ28.3840.1616.61-
YUV157.7791.45107.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=31.70%
G=45.45%
B=22.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129185930.3000.500.2796.5239.6654.51
Hex81B95D1E0321B612837
Octal20127113536062331415067
Binary10000001101110011011101111100110010110111100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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