#82d656

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

Shades of Mantis #82D656

Tints of Mantis #82D656

Color information

#82D656 (or 0x82D656) is unknown color: approx Mantis. HEX triplet: 82, D6 and 56. RGB value is (130,214,86). Sum of RGB (Red+Green+Blue) = 130+214+86=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #82D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D656 is #7D29A9. Grayscale: #AEAEAE. Windows color (decimal): -8202666 or 5691010. OLE color: 5691010.

HSL color Cylindrical-coordinate representation of color #82D656: hue angle of 99.38º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82D656 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB13021486-
CMYK0.3900.600.16
HSL99.38º60.95%58.82%-
HSV(B)99.38º59.81%83.92%-
XYZ34.9353.5117.29-
YUV174.2978.1796.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 214 (83.98% from 255) = 49.77%
BLUE value IS 86 (33.98% from 255) = 20%
R=30.23%
G=49.77%
B=20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130214860.3900.600.1699.3860.9558.82
Hex82D6562703C10633d3b
Octal20232612647074201437573
Binary100000101101011010101101001110111100100001100011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82d656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,214,86); }

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

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

 a { background-color: rgb(130,214,86); }

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

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

 span { border-color: rgb(130,214,86); }

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