#82C665

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

Shades of Mantis #82C665

Tints of Mantis #82C665

Color information

#82C665 (or 0x82C665) is unknown color: approx Mantis. HEX triplet: 82, C6 and 65. RGB value is (130,198,101). Sum of RGB (Red+Green+Blue) = 130+198+101=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #82C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C665 is #7D399A. Grayscale: #A6A6A6. Windows color (decimal): -8206747 or 6669954. OLE color: 6669954.

HSL color Cylindrical-coordinate representation of color #82C665: hue angle of 102.06º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C665 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB130198101-
CMYK0.3400.490.22
HSL102.06º45.97%58.63%-
HSV(B)102.06º48.99%77.65%-
XYZ31.7546.0719.53-
YUV166.6190.97101.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 198 (77.73% from 255) = 46.15%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=30.30%
G=46.15%
B=23.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301981010.3400.490.22102.0645.9758.63
Hex82C6652203116662e3b
Octal20230614542061261465673
Binary100000101100011011001011000100110001101101100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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