#82D56A

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

Shades of Mantis #82D56A

Tints of Mantis #82D56A

Color information

#82D56A (or 0x82D56A) is unknown color: approx Mantis. HEX triplet: 82, D5 and 6A. RGB value is (130,213,106). Sum of RGB (Red+Green+Blue) = 130+213+106=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #82D56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D56A is #7D2A95. Grayscale: #B0B0B0. Windows color (decimal): -8202902 or 7001474. OLE color: 7001474.

HSL color Cylindrical-coordinate representation of color #82D56A: hue angle of 106.54º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D56A is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB130213106-
CMYK0.3900.500.16
HSL106.54º56.02%62.55%-
HSV(B)106.54º50.23%83.53%-
XYZ35.653.3722.06-
YUV175.9888.595.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=28.95%
G=47.44%
B=23.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131060.3900.500.16106.5456.0262.55
Hex82D56A27032106b383f
Octal20232515247062201537077
Binary100000101101010111010101001110110010100001101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,106); }

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

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

 a { background-color: rgb(130,213,106); }

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

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

 span { border-color: rgb(130,213,106); }

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