#82CA4C

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

Shades of Mantis #82CA4C

Tints of Mantis #82CA4C

Color information

#82CA4C (or 0x82CA4C) is unknown color: approx Mantis. HEX triplet: 82, CA and 4C. RGB value is (130,202,76). Sum of RGB (Red+Green+Blue) = 130+202+76=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA4C is #7D35B3. Grayscale: #A6A6A6. Windows color (decimal): -8205748 or 5032578. OLE color: 5032578.

HSL color Cylindrical-coordinate representation of color #82CA4C: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82CA4C is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB13020276-
CMYK0.3600.620.21
HSL94.29º54.31%54.51%-
HSV(B)94.29º62.38%79.22%-
XYZ31.6347.5114.34-
YUV166.1177.15102.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 202 (79.30% from 255) = 49.51%
BLUE value IS 76 (30.08% from 255) = 18.63%
R=31.86%
G=49.51%
B=18.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202760.3600.620.2194.2954.3154.51
Hex82CA4C2403E155e3637
Octal20231211444076251366667
Binary100000101100101010011001001000111110101011011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,76); }

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

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

 a { background-color: rgb(130,202,76); }

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

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

 span { border-color: rgb(130,202,76); }

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