#81BD58

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

Shades of Mantis #81BD58

Tints of Mantis #81BD58

Color information

#81BD58 (or 0x81BD58) is unknown color: approx Mantis. HEX triplet: 81, BD and 58. RGB value is (129,189,88). Sum of RGB (Red+Green+Blue) = 129+189+88=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD58 is #7E42A7. Grayscale: #9F9F9F. Windows color (decimal): -8274600 or 5815681. OLE color: 5815681.

HSL color Cylindrical-coordinate representation of color #81BD58: hue angle of 95.64º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81BD58 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB12918988-
CMYK0.3200.530.26
HSL95.64º43.35%54.31%-
HSV(B)95.64º53.44%74.12%-
XYZ29.0141.7715.77-
YUV159.5587.62106.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=31.77%
G=46.55%
B=21.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129189880.3200.530.2695.6443.3554.31
Hex81BD58200351A602b36
Octal20127513040065321405366
Binary100000011011110110110001000000110101110101100000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,88); }

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

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

 a { background-color: rgb(129,189,88); }

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

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

 span { border-color: rgb(129,189,88); }

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