#82C040

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

Shades of Mantis #82C040

Tints of Mantis #82C040

Color information

#82C040 (or 0x82C040) is unknown color: approx Mantis. HEX triplet: 82, C0 and 40. RGB value is (130,192,64). Sum of RGB (Red+Green+Blue) = 130+192+64=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #82C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C040 is #7D3FBF. Grayscale: #9F9F9F. Windows color (decimal): -8208320 or 4243586. OLE color: 4243586.

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

Color convert

RGB13019264-
CMYK0.3200.670.25
HSL89.06º50.39%50.2%-
HSV(B)89.06º66.67%75.29%-
XYZ28.9842.8211.59-
YUV158.8774.46107.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 192 (75.39% from 255) = 49.74%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=33.68%
G=49.74%
B=16.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130192640.3200.670.2589.0650.3950.2
Hex82C0402004319593232
Octal202300100400103311316262
Binary1000001011000000100000010000001000011110011011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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