#82C053

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

Shades of Mantis #82C053

Tints of Mantis #82C053

Color information

#82C053 (or 0x82C053) is unknown color: approx Mantis. HEX triplet: 82, C0 and 53. RGB value is (130,192,83). Sum of RGB (Red+Green+Blue) = 130+192+83=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #82C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C053 is #7D3FAC. Grayscale: #A1A1A1. Windows color (decimal): -8208301 or 5488770. OLE color: 5488770.

HSL color Cylindrical-coordinate representation of color #82C053: hue angle of 94.13º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82C053 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB13019283-
CMYK0.3200.570.25
HSL94.13º46.38%53.92%-
HSV(B)94.13º56.77%75.29%-
XYZ29.6243.0714.94-
YUV161.0483.96105.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 192 (75.39% from 255) = 47.41%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=32.10%
G=47.41%
B=20.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130192830.3200.570.2594.1346.3853.92
Hex82C05320039195e2e36
Octal20230012340071311365666
Binary100000101100000010100111000000111001110011011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,192,83); }

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

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

 a { background-color: rgb(130,192,83); }

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

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

 span { border-color: rgb(130,192,83); }

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