#82C366

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

Shades of Mantis #82C366

Tints of Mantis #82C366

Color information

#82C366 (or 0x82C366) is unknown color: approx Mantis. HEX triplet: 82, C3 and 66. RGB value is (130,195,102). Sum of RGB (Red+Green+Blue) = 130+195+102=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #82C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C366 is #7D3C99. Grayscale: #A5A5A5. Windows color (decimal): -8207514 or 6734722. OLE color: 6734722.

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

Color convert

RGB130195102-
CMYK0.3300.480.24
HSL101.94º43.66%58.24%-
HSV(B)101.94º47.69%76.47%-
XYZ31.1244.7419.57-
YUV164.9692.47103.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 195 (76.56% from 255) = 45.67%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=30.44%
G=45.67%
B=23.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301951020.3300.480.24101.9443.6658.24
Hex82C3662103018662c3a
Octal20230314641060301465472
Binary100000101100001111001101000010110000110001100110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,195,102); }

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

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

 a { background-color: rgb(130,195,102); }

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

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

 span { border-color: rgb(130,195,102); }

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