#82CA52

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

Shades of Mantis #82CA52

Tints of Mantis #82CA52

Color information

#82CA52 (or 0x82CA52) is unknown color: approx Mantis. HEX triplet: 82, CA and 52. RGB value is (130,202,82). Sum of RGB (Red+Green+Blue) = 130+202+82=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA52 is #7D35AD. Grayscale: #A7A7A7. Windows color (decimal): -8205742 or 5425794. OLE color: 5425794.

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

Color convert

RGB13020282-
CMYK0.3600.590.21
HSL96º53.1%55.69%-
HSV(B)96º59.41%79.22%-
XYZ31.8547.615.49-
YUV166.7980.15101.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 202 (79.30% from 255) = 48.79%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=31.40%
G=48.79%
B=19.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202820.3600.590.219653.155.69
Hex82CA522403B15603538
Octal20231212244073251406570
Binary100000101100101010100101001000111011101011100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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