#81BE55

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

Shades of Mantis #81BE55

Tints of Mantis #81BE55

Color information

#81BE55 (or 0x81BE55) is unknown color: approx Mantis. HEX triplet: 81, BE and 55. RGB value is (129,190,85). Sum of RGB (Red+Green+Blue) = 129+190+85=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE55 is #7E41AA. Grayscale: #A0A0A0. Windows color (decimal): -8274347 or 5619329. OLE color: 5619329.

HSL color Cylindrical-coordinate representation of color #81BE55: hue angle of 94.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81BE55 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB12919085-
CMYK0.3200.550.25
HSL94.86º44.68%53.92%-
HSV(B)94.86º55.26%74.51%-
XYZ29.1142.1515.2-
YUV159.7985.79106.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=31.93%
G=47.03%
B=21.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129190850.3200.550.2594.8644.6853.92
Hex81BE5520037195f2d36
Octal20127612540067311375566
Binary100000011011111010101011000000110111110011011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,85); }

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

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

 a { background-color: rgb(129,190,85); }

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

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

 span { border-color: rgb(129,190,85); }

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