#81BB5E

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

Shades of Mantis #81BB5E

Tints of Mantis #81BB5E

Color information

#81BB5E (or 0x81BB5E) is unknown color: approx Mantis. HEX triplet: 81, BB and 5E. RGB value is (129,187,94). Sum of RGB (Red+Green+Blue) = 129+187+94=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BB5E is #7E44A1. Grayscale: #9F9F9F. Windows color (decimal): -8275106 or 6208385. OLE color: 6208385.

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

Color convert

RGB12918794-
CMYK0.3100.500.27
HSL97.42º40.61%55.1%-
HSV(B)97.42º49.73%73.33%-
XYZ28.8441.0216.99-
YUV159.0691.28106.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 187 (73.44% from 255) = 45.61%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=31.46%
G=45.61%
B=22.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129187940.3100.500.2797.4240.6155.1
Hex81BB5E1F0321B612937
Octal20127313637062331415167
Binary10000001101110111011110111110110010110111100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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