#82CD61

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

Shades of Mantis #82CD61

Tints of Mantis #82CD61

Color information

#82CD61 (or 0x82CD61) is unknown color: approx Mantis. HEX triplet: 82, CD and 61. RGB value is (130,205,97). Sum of RGB (Red+Green+Blue) = 130+205+97=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD61 is #7D329E. Grayscale: #AAAAAA. Windows color (decimal): -8204959 or 6409602. OLE color: 6409602.

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

Color convert

RGB13020597-
CMYK0.3700.530.20
HSL101.67º51.92%59.22%-
HSV(B)101.67º52.68%80.39%-
XYZ33.1949.2719.07-
YUV170.2686.6599.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 205 (80.47% from 255) = 47.45%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=30.09%
G=47.45%
B=22.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205970.3700.530.20101.6751.9259.22
Hex82CD61250351466343b
Octal20231514145065241466473
Binary100000101100110111000011001010110101101001100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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