#82C543

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

Shades of Mantis #82C543

Tints of Mantis #82C543

Color information

#82C543 (or 0x82C543) is unknown color: approx Mantis. HEX triplet: 82, C5 and 43. RGB value is (130,197,67). Sum of RGB (Red+Green+Blue) = 130+197+67=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #82C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C543 is #7D3ABC. Grayscale: #A2A2A2. Windows color (decimal): -8207037 or 4441474. OLE color: 4441474.

HSL color Cylindrical-coordinate representation of color #82C543: hue angle of 90.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82C543 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB13019767-
CMYK0.3400.660.23
HSL90.92º52.85%51.76%-
HSV(B)90.92º65.99%77.25%-
XYZ30.1945.0812.42-
YUV162.1574.3105.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 197 (77.34% from 255) = 50%
BLUE value IS 67 (26.56% from 255) = 17.01%
R=32.99%
G=50%
B=17.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130197670.3400.660.2390.9252.8551.76
Hex82C54322042175b3534
Octal202305103420102271336564
Binary1000001011000101100001110001001000010101111011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,197,67); }

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

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

 a { background-color: rgb(130,197,67); }

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

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

 span { border-color: rgb(130,197,67); }

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