#82CC65

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

Shades of Mantis #82CC65

Tints of Mantis #82CC65

Color information

#82CC65 (or 0x82CC65) is unknown color: approx Mantis. HEX triplet: 82, CC and 65. RGB value is (130,204,101). Sum of RGB (Red+Green+Blue) = 130+204+101=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CC65 is #7D339A. Grayscale: #AAAAAA. Windows color (decimal): -8205211 or 6671490. OLE color: 6671490.

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

Color convert

RGB130204101-
CMYK0.3600.500.2
HSL103.11º50.24%59.8%-
HSV(B)103.11º50.49%80%-
XYZ33.1548.8720-
YUV170.1388.9899.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=29.89%
G=46.90%
B=23.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041010.3600.500.2103.1150.2459.8
Hex82CC65240321467323c
Octal20231414544062241476274
Binary100000101100110011001011001000110010101001100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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