#82C748

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

Shades of Mantis #82C748

Tints of Mantis #82C748

Color information

#82C748 (or 0x82C748) is unknown color: approx Mantis. HEX triplet: 82, C7 and 48. RGB value is (130,199,72). Sum of RGB (Red+Green+Blue) = 130+199+72=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #82C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C748 is #7D38B7. Grayscale: #A4A4A4. Windows color (decimal): -8206520 or 4769666. OLE color: 4769666.

HSL color Cylindrical-coordinate representation of color #82C748: hue angle of 92.6º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82C748 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB13019972-
CMYK0.3500.640.22
HSL92.6º53.14%53.14%-
HSV(B)92.6º63.82%78.04%-
XYZ30.846.0613.4-
YUV163.8976.14103.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 199 (78.12% from 255) = 49.63%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=32.42%
G=49.63%
B=17.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130199720.3500.640.2292.653.1453.14
Hex82C74823040165d3535
Octal202307110430100261356565
Binary1000001011000111100100010001101000000101101011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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