#82BA4F

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

Shades of Mantis #82BA4F

Tints of Mantis #82BA4F

Color information

#82BA4F (or 0x82BA4F) is unknown color: approx Mantis. HEX triplet: 82, BA and 4F. RGB value is (130,186,79). Sum of RGB (Red+Green+Blue) = 130+186+79=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA4F is #7D45B0. Grayscale: #9D9D9D. Windows color (decimal): -8209841 or 5225090. OLE color: 5225090.

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

Color convert

RGB13018679-
CMYK0.3000.580.27
HSL91.4º43.67%51.96%-
HSV(B)91.4º57.53%72.94%-
XYZ28.1840.4313.72-
YUV157.0683.95108.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 79 (31.25% from 255) = 20%
R=32.91%
G=47.09%
B=20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186790.3000.580.2791.443.6751.96
Hex82BA4F1E03A1B5b2c34
Octal20227211736072331335464
Binary10000010101110101001111111100111010110111011011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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