#81BB54

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

Shades of Mantis #81BB54

Tints of Mantis #81BB54

Color information

#81BB54 (or 0x81BB54) is unknown color: approx Mantis. HEX triplet: 81, BB and 54. RGB value is (129,187,84). Sum of RGB (Red+Green+Blue) = 129+187+84=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BB54 is #7E44AB. Grayscale: #9E9E9E. Windows color (decimal): -8275116 or 5553025. OLE color: 5553025.

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

Color convert

RGB12918784-
CMYK0.3100.550.27
HSL93.79º43.1%53.14%-
HSV(B)93.79º55.08%73.33%-
XYZ28.4240.8514.77-
YUV157.9286.28107.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 84 (33.20% from 255) = 21%
R=32.25%
G=46.75%
B=21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129187840.3100.550.2793.7943.153.14
Hex81BB541F0371B5e2b35
Octal20127312437067331365365
Binary10000001101110111010100111110110111110111011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,187,84); }

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

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

 a { background-color: rgb(129,187,84); }

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

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

 span { border-color: rgb(129,187,84); }

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