#82C348

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

Shades of Mantis #82C348

Tints of Mantis #82C348

Color information

#82C348 (or 0x82C348) is unknown color: approx Mantis. HEX triplet: 82, C3 and 48. RGB value is (130,195,72). Sum of RGB (Red+Green+Blue) = 130+195+72=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #82C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C348 is #7D3CB7. Grayscale: #A1A1A1. Windows color (decimal): -8207544 or 4768642. OLE color: 4768642.

HSL color Cylindrical-coordinate representation of color #82C348: hue angle of 91.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82C348 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB13019572-
CMYK0.3300.630.24
HSL91.71º50.62%52.35%-
HSV(B)91.71º63.08%76.47%-
XYZ29.8944.2413.1-
YUV161.5477.47105.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 195 (76.56% from 255) = 49.12%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=32.75%
G=49.12%
B=18.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130195720.3300.630.2491.7150.6252.35
Hex82C3482103F185c3334
Octal20230311041077301346364
Binary100000101100001110010001000010111111110001011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,195,72); }

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

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

 a { background-color: rgb(130,195,72); }

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

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

 span { border-color: rgb(130,195,72); }

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