#82C470

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

Shades of Mantis #82C470

Tints of Mantis #82C470

Color information

#82C470 (or 0x82C470) is unknown color: approx Mantis. HEX triplet: 82, C4 and 70. RGB value is (130,196,112). Sum of RGB (Red+Green+Blue) = 130+196+112=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #82C470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C470 is #7D3B8F. Grayscale: #A6A6A6. Windows color (decimal): -8207248 or 7390338. OLE color: 7390338.

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

Color convert

RGB130196112-
CMYK0.3400.430.23
HSL107.14º41.58%60.39%-
HSV(B)107.14º42.86%76.86%-
XYZ31.8745.422.41-
YUV166.6997.13101.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 196 (76.95% from 255) = 44.75%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=29.68%
G=44.75%
B=25.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301961120.3400.430.23107.1441.5860.39
Hex82C4702202B176b2a3c
Octal20230416042053271535274
Binary100000101100010011100001000100101011101111101011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,196,112); }

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

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

 a { background-color: rgb(130,196,112); }

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

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

 span { border-color: rgb(130,196,112); }

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