#82C266

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

Shades of Mantis #82C266

Tints of Mantis #82C266

Color information

#82C266 (or 0x82C266) is unknown color: approx Mantis. HEX triplet: 82, C2 and 66. RGB value is (130,194,102). Sum of RGB (Red+Green+Blue) = 130+194+102=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #82C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C266 is #7D3D99. Grayscale: #A4A4A4. Windows color (decimal): -8207770 or 6734466. OLE color: 6734466.

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

Color convert

RGB130194102-
CMYK0.3300.470.24
HSL101.74º42.99%58.04%-
HSV(B)101.74º47.42%76.08%-
XYZ30.944.2919.49-
YUV164.3892.8103.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 194 (76.17% from 255) = 45.54%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=30.52%
G=45.54%
B=23.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301941020.3300.470.24101.7442.9958.04
Hex82C2662102F18662b3a
Octal20230214641057301465372
Binary100000101100001011001101000010101111110001100110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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