#82BB72

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

Shades of Mantis #82BB72

Tints of Mantis #82BB72

Color information

#82BB72 (or 0x82BB72) is unknown color: approx Mantis. HEX triplet: 82, BB and 72. RGB value is (130,187,114). Sum of RGB (Red+Green+Blue) = 130+187+114=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB72 is #7D448D. Grayscale: #A1A1A1. Windows color (decimal): -8209550 or 7519106. OLE color: 7519106.

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

Color convert

RGB130187114-
CMYK0.3000.390.27
HSL106.85º34.93%59.02%-
HSV(B)106.85º39.04%73.33%-
XYZ30.0141.522.35-
YUV161.64101.12105.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=30.16%
G=43.39%
B=26.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871140.3000.390.27106.8534.9359.02
Hex82BB721E0271B6b233b
Octal20227316236047331534373
Binary10000010101110111110010111100100111110111101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,114); }

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

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

 a { background-color: rgb(130,187,114); }

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

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

 span { border-color: rgb(130,187,114); }

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