#81BA4D

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

Shades of Mantis #81BA4D

Tints of Mantis #81BA4D

Color information

#81BA4D (or 0x81BA4D) is unknown color: approx Mantis. HEX triplet: 81, BA and 4D. RGB value is (129,186,77). Sum of RGB (Red+Green+Blue) = 129+186+77=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA4D is #7E45B2. Grayscale: #9C9C9C. Windows color (decimal): -8275379 or 5094017. OLE color: 5094017.

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

Color convert

RGB12918677-
CMYK0.3100.590.27
HSL91.38º44.13%51.57%-
HSV(B)91.38º58.6%72.94%-
XYZ27.9540.3213.33-
YUV156.5383.12108.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 77 (30.47% from 255) = 19.64%
R=32.91%
G=47.45%
B=19.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129186770.3100.590.2791.3844.1351.57
Hex81BA4D1F03B1B5b2c34
Octal20127211537073331335464
Binary10000001101110101001101111110111011110111011011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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