#82cd56

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

Shades of Mantis #82CD56

Tints of Mantis #82CD56

Color information

#82CD56 (or 0x82CD56) is unknown color: approx Mantis. HEX triplet: 82, CD and 56. RGB value is (130,205,86). Sum of RGB (Red+Green+Blue) = 130+205+86=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD56 is #7D32A9. Grayscale: #A9A9A9. Windows color (decimal): -8204970 or 5688706. OLE color: 5688706.

HSL color Cylindrical-coordinate representation of color #82CD56: hue angle of 97.82º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82CD56 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB13020586-
CMYK0.3700.580.20
HSL97.82º54.34%57.06%-
HSV(B)97.82º58.05%80.39%-
XYZ32.7249.0816.55-
YUV169.0181.15100.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=30.88%
G=48.69%
B=20.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205860.3700.580.2097.8254.3457.06
Hex82CD562503A14623639
Octal20231512645072241426671
Binary100000101100110110101101001010111010101001100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82cd56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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