#81BD41

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

Shades of Mantis #81BD41

Tints of Mantis #81BD41

Color information

#81BD41 (or 0x81BD41) is unknown color: approx Mantis. HEX triplet: 81, BD and 41. RGB value is (129,189,65). Sum of RGB (Red+Green+Blue) = 129+189+65=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD41 is #7E42BE. Grayscale: #9D9D9D. Windows color (decimal): -8274623 or 4308353. OLE color: 4308353.

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

Color convert

RGB12918965-
CMYK0.3200.660.26
HSL89.03º48.82%49.8%-
HSV(B)89.03º65.61%74.12%-
XYZ28.241.4411.51-
YUV156.9276.12108.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=33.68%
G=49.35%
B=16.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129189650.3200.660.2689.0348.8249.8
Hex81BD41200421A593132
Octal201275101400102321316162
Binary1000000110111101100000110000001000010110101011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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