#82C26C

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

Shades of Mantis #82C26C

Tints of Mantis #82C26C

Color information

#82C26C (or 0x82C26C) is unknown color: approx Mantis. HEX triplet: 82, C2 and 6C. RGB value is (130,194,108). Sum of RGB (Red+Green+Blue) = 130+194+108=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #82C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C26C is #7D3D93. Grayscale: #A5A5A5. Windows color (decimal): -8207764 or 7127682. OLE color: 7127682.

HSL color Cylindrical-coordinate representation of color #82C26C: hue angle of 104.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82C26C is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB130194108-
CMYK0.3300.440.24
HSL104.65º41.35%59.22%-
HSV(B)104.65º44.33%76.08%-
XYZ31.244.4121.12-
YUV165.0695.8102.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 108 (42.58% from 255) = 25%
R=30.09%
G=44.91%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301941080.3300.440.24104.6541.3559.22
Hex82C26C2102C1869293b
Octal20230215441054301515173
Binary100000101100001011011001000010101100110001101001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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