#82BA58

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

Shades of Mantis #82BA58

Tints of Mantis #82BA58

Color information

#82BA58 (or 0x82BA58) is unknown color: approx Mantis. HEX triplet: 82, BA and 58. RGB value is (130,186,88). Sum of RGB (Red+Green+Blue) = 130+186+88=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA58 is #7D45A7. Grayscale: #9E9E9E. Windows color (decimal): -8209832 or 5814914. OLE color: 5814914.

HSL color Cylindrical-coordinate representation of color #82BA58: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82BA58 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB13018688-
CMYK0.3000.530.27
HSL94.29º41.53%53.73%-
HSV(B)94.29º52.69%72.94%-
XYZ28.5340.5715.56-
YUV158.0888.45107.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 88 (34.77% from 255) = 21.78%
R=32.18%
G=46.04%
B=21.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186880.3000.530.2794.2941.5353.73
Hex82BA581E0351B5e2a36
Octal20227213036065331365266
Binary10000010101110101011000111100110101110111011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,88); }

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

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

 a { background-color: rgb(130,186,88); }

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

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

 span { border-color: rgb(130,186,88); }

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