#81BB65

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

Shades of Mantis #81BB65

Tints of Mantis #81BB65

Color information

#81BB65 (or 0x81BB65) is unknown color: approx Mantis. HEX triplet: 81, BB and 65. RGB value is (129,187,101). Sum of RGB (Red+Green+Blue) = 129+187+101=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BB65 is #7E449A. Grayscale: #A0A0A0. Windows color (decimal): -8275099 or 6667137. OLE color: 6667137.

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

Color convert

RGB129187101-
CMYK0.3100.460.27
HSL100.47º38.74%56.47%-
HSV(B)100.47º45.99%73.33%-
XYZ29.1741.1518.72-
YUV159.8594.78105.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=30.94%
G=44.84%
B=24.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291871010.3100.460.27100.4738.7456.47
Hex81BB651F02E1B642738
Octal20127314537056331444770
Binary10000001101110111100101111110101110110111100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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