#82BA44

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

Shades of Mantis #82BA44

Tints of Mantis #82BA44

Color information

#82BA44 (or 0x82BA44) is unknown color: approx Mantis. HEX triplet: 82, BA and 44. RGB value is (130,186,68). Sum of RGB (Red+Green+Blue) = 130+186+68=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA44 is #7D45BB. Grayscale: #9C9C9C. Windows color (decimal): -8209852 or 4504194. OLE color: 4504194.

HSL color Cylindrical-coordinate representation of color #82BA44: hue angle of 88.47º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82BA44 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB13018668-
CMYK0.3000.630.27
HSL88.47º46.46%49.8%-
HSV(B)88.47º63.44%72.94%-
XYZ27.8140.2811.78-
YUV155.878.45109.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 186 (73.05% from 255) = 48.44%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=33.85%
G=48.44%
B=17.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186680.3000.630.2788.4746.4649.8
Hex82BA441E03F1B582e32
Octal20227210436077331305662
Binary10000010101110101000100111100111111110111011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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