#81BF46

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

Shades of Mantis #81BF46

Tints of Mantis #81BF46

Color information

#81BF46 (or 0x81BF46) is unknown color: approx Mantis. HEX triplet: 81, BF and 46. RGB value is (129,191,70). Sum of RGB (Red+Green+Blue) = 129+191+70=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF46 is #7E40B9. Grayscale: #9F9F9F. Windows color (decimal): -8274106 or 4636545. OLE color: 4636545.

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

Color convert

RGB12919170-
CMYK0.3200.630.25
HSL90.74º48.59%51.18%-
HSV(B)90.74º63.35%74.9%-
XYZ28.7942.3712.46-
YUV158.6777.96106.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=33.08%
G=48.97%
B=17.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129191700.3200.630.2590.7448.5951.18
Hex81BF462003F195b3133
Octal20127710640077311336163
Binary100000011011111110001101000000111111110011011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,191,70); }

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

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

 a { background-color: rgb(129,191,70); }

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

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

 span { border-color: rgb(129,191,70); }

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