#81BB4A

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

Shades of Mantis #81BB4A

Tints of Mantis #81BB4A

Color information

#81BB4A (or 0x81BB4A) is unknown color: approx Mantis. HEX triplet: 81, BB and 4A. RGB value is (129,187,74). Sum of RGB (Red+Green+Blue) = 129+187+74=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB4A is #7E44B5. Grayscale: #9D9D9D. Windows color (decimal): -8275126 or 4897665. OLE color: 4897665.

HSL color Cylindrical-coordinate representation of color #81BB4A: hue angle of 90.8º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81BB4A is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB12918774-
CMYK0.3100.600.27
HSL90.8º45.38%51.18%-
HSV(B)90.8º60.43%73.33%-
XYZ28.0640.712.86-
YUV156.7881.28108.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 187 (73.44% from 255) = 47.95%
BLUE value IS 74 (29.30% from 255) = 18.97%
R=33.08%
G=47.95%
B=18.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129187740.3100.600.2790.845.3851.18
Hex81BB4A1F03C1B5b2d33
Octal20127311237074331335563
Binary10000001101110111001010111110111100110111011011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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