#82bc3f

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

Shades of Mantis #82BC3F

Tints of Mantis #82BC3F

Color information

#82BC3F (or 0x82BC3F) is unknown color: approx Mantis. HEX triplet: 82, BC and 3F. RGB value is (130,188,63). Sum of RGB (Red+Green+Blue) = 130+188+63=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC3F is #7D43C0. Grayscale: #9C9C9C. Windows color (decimal): -8209345 or 4177026. OLE color: 4177026.

HSL color Cylindrical-coordinate representation of color #82BC3F: hue angle of 87.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82BC3F is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13018863-
CMYK0.3100.660.26
HSL87.84º49.8%49.22%-
HSV(B)87.84º66.49%73.73%-
XYZ28.0941.0711.15-
YUV156.4175.28109.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 63 (25% from 255) = 16.54%
R=34.12%
G=49.34%
B=16.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130188630.3100.660.2687.8449.849.22
Hex82BC3F1F0421A583231
Octal20227477370102321306261
Binary10000010101111001111111111101000010110101011000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82bc3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,63); }

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

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

 a { background-color: rgb(130,188,63); }

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

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

 span { border-color: rgb(130,188,63); }

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