#81B750

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

Shades of Mantis #81B750

Tints of Mantis #81B750

Color information

#81B750 (or 0x81B750) is unknown color: approx Mantis. HEX triplet: 81, B7 and 50. RGB value is (129,183,80). Sum of RGB (Red+Green+Blue) = 129+183+80=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #81B750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B750 is #7E48AF. Grayscale: #9B9B9B. Windows color (decimal): -8276144 or 5289857. OLE color: 5289857.

HSL color Cylindrical-coordinate representation of color #81B750: hue angle of 91.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81B750 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB12918380-
CMYK0.3000.560.28
HSL91.46º41.7%51.57%-
HSV(B)91.46º56.28%71.76%-
XYZ27.4339.1113.69-
YUV155.1185.61109.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=32.91%
G=46.68%
B=20.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal129183800.3000.560.2891.4641.751.57
Hex81B7501E0381C5b2a34
Octal20126712036070341335264
Binary10000001101101111010000111100111000111001011011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,183,80); }

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

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

 a { background-color: rgb(129,183,80); }

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

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

 span { border-color: rgb(129,183,80); }

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