#82C96C

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

Shades of Mantis #82C96C

Tints of Mantis #82C96C

Color information

#82C96C (or 0x82C96C) is unknown color: approx Mantis. HEX triplet: 82, C9 and 6C. RGB value is (130,201,108). Sum of RGB (Red+Green+Blue) = 130+201+108=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #82C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C96C is #7D3693. Grayscale: #A9A9A9. Windows color (decimal): -8205972 or 7129474. OLE color: 7129474.

HSL color Cylindrical-coordinate representation of color #82C96C: hue angle of 105.81º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82C96C is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB130201108-
CMYK0.3500.460.21
HSL105.81º46.27%60.59%-
HSV(B)105.81º46.27%78.82%-
XYZ32.847.621.65-
YUV169.1793.48100.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.61%
GREEN value IS 201 (78.91% from 255) = 45.79%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=29.61%
G=45.79%
B=24.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302011080.3500.460.21105.8146.2760.59
Hex82C96C2302E156a2e3d
Octal20231115443056251525675
Binary100000101100100111011001000110101110101011101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,201,108); }

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

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

 a { background-color: rgb(130,201,108); }

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

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

 span { border-color: rgb(130,201,108); }

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