#82BF73

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

Shades of Mantis #82BF73

Tints of Mantis #82BF73

Color information

#82BF73 (or 0x82BF73) is unknown color: approx Mantis. HEX triplet: 82, BF and 73. RGB value is (130,191,115). Sum of RGB (Red+Green+Blue) = 130+191+115=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF73 is #7D408C. Grayscale: #A4A4A4. Windows color (decimal): -8208525 or 7585666. OLE color: 7585666.

HSL color Cylindrical-coordinate representation of color #82BF73: hue angle of 108.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82BF73 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB130191115-
CMYK0.3200.400.25
HSL108.16º37.25%60%-
HSV(B)108.16º39.79%74.9%-
XYZ30.9343.2522.94-
YUV164.1100.29103.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=29.82%
G=43.81%
B=26.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301911150.3200.400.25108.1637.2560
Hex82BF7320028196c253c
Octal20227716340050311544574
Binary100000101011111111100111000000101000110011101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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