#82BD40

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

Shades of Mantis #82BD40

Tints of Mantis #82BD40

Color information

#82BD40 (or 0x82BD40) is unknown color: approx Mantis. HEX triplet: 82, BD and 40. RGB value is (130,189,64). Sum of RGB (Red+Green+Blue) = 130+189+64=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BD40 is #7D42BF. Grayscale: #9D9D9D. Windows color (decimal): -8209088 or 4242818. OLE color: 4242818.

HSL color Cylindrical-coordinate representation of color #82BD40: hue angle of 88.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82BD40 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13018964-
CMYK0.3100.660.26
HSL88.32º49.41%49.61%-
HSV(B)88.32º66.14%74.12%-
XYZ28.3341.5111.37-
YUV157.1175.45108.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=33.94%
G=49.35%
B=16.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130189640.3100.660.2688.3249.4149.61
Hex82BD401F0421A583132
Octal202275100370102321306162
Binary100000101011110110000001111101000010110101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,64); }

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

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

 a { background-color: rgb(130,189,64); }

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

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

 span { border-color: rgb(130,189,64); }

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