#82BE4E

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

Shades of Mantis #82BE4E

Tints of Mantis #82BE4E

Color information

#82BE4E (or 0x82BE4E) is unknown color: approx Mantis. HEX triplet: 82, BE and 4E. RGB value is (130,190,78). Sum of RGB (Red+Green+Blue) = 130+190+78=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE4E is #7D41B1. Grayscale: #9F9F9F. Windows color (decimal): -8208818 or 5160578. OLE color: 5160578.

HSL color Cylindrical-coordinate representation of color #82BE4E: hue angle of 92.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82BE4E is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB13019078-
CMYK0.3200.590.25
HSL92.14º46.28%52.55%-
HSV(B)92.14º58.95%74.51%-
XYZ28.9942.1213.81-
YUV159.2982.12107.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 190 (74.61% from 255) = 47.74%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=32.66%
G=47.74%
B=19.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130190780.3200.590.2592.1446.2852.55
Hex82BE4E2003B195c2e35
Octal20227611640073311345665
Binary100000101011111010011101000000111011110011011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,190,78); }

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

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

 a { background-color: rgb(130,190,78); }

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

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

 span { border-color: rgb(130,190,78); }

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