#82C062

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

Shades of Mantis #82C062

Tints of Mantis #82C062

Color information

#82C062 (or 0x82C062) is unknown color: approx Mantis. HEX triplet: 82, C0 and 62. RGB value is (130,192,98). Sum of RGB (Red+Green+Blue) = 130+192+98=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #82C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C062 is #7D3F9D. Grayscale: #A3A3A3. Windows color (decimal): -8208286 or 6471810. OLE color: 6471810.

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

Color convert

RGB13019298-
CMYK0.3200.490.25
HSL99.57º42.73%56.86%-
HSV(B)99.57º48.96%75.29%-
XYZ30.2643.3318.32-
YUV162.7591.46104.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 192 (75.39% from 255) = 45.71%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=30.95%
G=45.71%
B=23.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130192980.3200.490.2599.5742.7356.86
Hex82C0622003119642b39
Octal20230014240061311445371
Binary100000101100000011000101000000110001110011100100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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