#81BA65

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

Shades of Mantis #81BA65

Tints of Mantis #81BA65

Color information

#81BA65 (or 0x81BA65) is unknown color: approx Mantis. HEX triplet: 81, BA and 65. RGB value is (129,186,101). Sum of RGB (Red+Green+Blue) = 129+186+101=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA65 is #7E459A. Grayscale: #9F9F9F. Windows color (decimal): -8275355 or 6666881. OLE color: 6666881.

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

Color convert

RGB129186101-
CMYK0.3100.460.27
HSL100.24º38.12%56.27%-
HSV(B)100.24º45.7%72.94%-
XYZ28.9640.7218.65-
YUV159.2795.12106.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 186 (73.05% from 255) = 44.71%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=31.01%
G=44.71%
B=24.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291861010.3100.460.27100.2438.1256.27
Hex81BA651F02E1B642638
Octal20127214537056331444670
Binary10000001101110101100101111110101110110111100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,101); }

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

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

 a { background-color: rgb(129,186,101); }

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

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

 span { border-color: rgb(129,186,101); }

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