#82BF56

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

Shades of Mantis #82BF56

Tints of Mantis #82BF56

Color information

#82BF56 (or 0x82BF56) is unknown color: approx Mantis. HEX triplet: 82, BF and 56. RGB value is (130,191,86). Sum of RGB (Red+Green+Blue) = 130+191+86=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF56 is #7D40A9. Grayscale: #A1A1A1. Windows color (decimal): -8208554 or 5685122. OLE color: 5685122.

HSL color Cylindrical-coordinate representation of color #82BF56: hue angle of 94.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82BF56 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB13019186-
CMYK0.3200.550.25
HSL94.86º45.06%54.31%-
HSV(B)94.86º54.97%74.9%-
XYZ29.5242.6815.49-
YUV160.7985.79106.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=31.94%
G=46.93%
B=21.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130191860.3200.550.2594.8645.0654.31
Hex82BF5620037195f2d36
Octal20227712640067311375566
Binary100000101011111110101101000000110111110011011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BF56; }

 p { color: rgb(130,191,86); }

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

<style>
 a { background-color: #82BF56; }

 a { background-color: rgb(130,191,86); }

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

<style>
 span { border-color: #82BF56; }

 span { border-color: rgb(130,191,86); }

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