#82B75A

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

Shades of Mantis #82B75A

Tints of Mantis #82B75A

Color information

#82B75A (or 0x82B75A) is unknown color: approx Mantis. HEX triplet: 82, B7 and 5A. RGB value is (130,183,90). Sum of RGB (Red+Green+Blue) = 130+183+90=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #82B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B75A is #7D48A5. Grayscale: #9C9C9C. Windows color (decimal): -8210598 or 5945218. OLE color: 5945218.

HSL color Cylindrical-coordinate representation of color #82B75A: hue angle of 94.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82B75A is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB13018390-
CMYK0.2900.510.28
HSL94.19º39.24%53.53%-
HSV(B)94.19º50.82%71.76%-
XYZ27.9839.3515.79-
YUV156.5590.44109.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 183 (71.88% from 255) = 45.41%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=32.26%
G=45.41%
B=22.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130183900.2900.510.2894.1939.2453.53
Hex82B75A1D0331C5e2736
Octal20226713235063341364766
Binary10000010101101111011010111010110011111001011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,90); }

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

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

 a { background-color: rgb(130,183,90); }

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

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

 span { border-color: rgb(130,183,90); }

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