#82CC62

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

Shades of Mantis #82CC62

Tints of Mantis #82CC62

Color information

#82CC62 (or 0x82CC62) is unknown color: approx Mantis. HEX triplet: 82, CC and 62. RGB value is (130,204,98). Sum of RGB (Red+Green+Blue) = 130+204+98=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CC62 is #7D339D. Grayscale: #AAAAAA. Windows color (decimal): -8205214 or 6474882. OLE color: 6474882.

HSL color Cylindrical-coordinate representation of color #82CC62: hue angle of 101.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82CC62 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB13020498-
CMYK0.3600.520.2
HSL101.89º50.96%59.22%-
HSV(B)101.89º51.96%80%-
XYZ3348.8119.24-
YUV169.7987.4899.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=30.09%
G=47.22%
B=22.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130204980.3600.520.2101.8950.9659.22
Hex82CC62240341466333b
Octal20231414244064241466373
Binary100000101100110011000101001000110100101001100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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