#81bb42

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

Shades of Mantis #81BB42

Tints of Mantis #81BB42

Color information

#81BB42 (or 0x81BB42) is unknown color: approx Mantis. HEX triplet: 81, BB and 42. RGB value is (129,187,66). Sum of RGB (Red+Green+Blue) = 129+187+66=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB42 is #7E44BD. Grayscale: #9C9C9C. Windows color (decimal): -8275134 or 4373377. OLE color: 4373377.

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

Color convert

RGB12918766-
CMYK0.3100.650.27
HSL88.76º47.83%49.61%-
HSV(B)88.76º64.71%73.33%-
XYZ27.8140.611.53-
YUV155.8677.28108.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=33.77%
G=48.95%
B=17.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129187660.3100.650.2788.7647.8349.61
Hex81BB421F0411B593032
Octal201273102370101331316062
Binary100000011011101110000101111101000001110111011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81bb42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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