#82CF46

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

Shades of Mantis #82CF46

Tints of Mantis #82CF46

Color information

#82CF46 (or 0x82CF46) is unknown color: approx Mantis. HEX triplet: 82, CF and 46. RGB value is (130,207,70). Sum of RGB (Red+Green+Blue) = 130+207+70=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF46 is #7D30B9. Grayscale: #A8A8A8. Windows color (decimal): -8204474 or 4640642. OLE color: 4640642.

HSL color Cylindrical-coordinate representation of color #82CF46: hue angle of 93.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82CF46 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB13020770-
CMYK0.3700.660.19
HSL93.72º58.8%54.31%-
HSV(B)93.72º66.18%81.18%-
XYZ32.6249.8113.69-
YUV168.3672.49100.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 207 (81.25% from 255) = 50.86%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=31.94%
G=50.86%
B=17.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130207700.3700.660.1993.7258.854.31
Hex82CF4625042135e3b36
Octal202317106450102231367366
Binary1000001011001111100011010010101000010100111011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,207,70); }

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

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

 a { background-color: rgb(130,207,70); }

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

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

 span { border-color: rgb(130,207,70); }

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