#82CC44

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

Shades of Mantis #82CC44

Tints of Mantis #82CC44

Color information

#82CC44 (or 0x82CC44) is unknown color: approx Mantis. HEX triplet: 82, CC and 44. RGB value is (130,204,68). Sum of RGB (Red+Green+Blue) = 130+204+68=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC44 is #7D33BB. Grayscale: #A6A6A6. Windows color (decimal): -8205244 or 4508802. OLE color: 4508802.

HSL color Cylindrical-coordinate representation of color #82CC44: hue angle of 92.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82CC44 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB13020468-
CMYK0.3600.670.2
HSL92.65º57.14%53.33%-
HSV(B)92.65º66.67%80%-
XYZ31.8448.3513.12-
YUV166.3772.48102.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 204 (80.08% from 255) = 50.75%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=32.34%
G=50.75%
B=16.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130204680.3600.670.292.6557.1453.33
Hex82CC4424043145d3935
Octal202314104440103241357165
Binary1000001011001100100010010010001000011101001011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,204,68); }

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

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

 a { background-color: rgb(130,204,68); }

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

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

 span { border-color: rgb(130,204,68); }

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