#82BF4E

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

Shades of Mantis #82BF4E

Tints of Mantis #82BF4E

Color information

#82BF4E (or 0x82BF4E) is unknown color: approx Mantis. HEX triplet: 82, BF and 4E. RGB value is (130,191,78). Sum of RGB (Red+Green+Blue) = 130+191+78=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF4E is #7D40B1. Grayscale: #A0A0A0. Windows color (decimal): -8208562 or 5160834. OLE color: 5160834.

HSL color Cylindrical-coordinate representation of color #82BF4E: hue angle of 92.39º degrees, saturation: 0.47, 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 #82BF4E is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB13019178-
CMYK0.3200.590.25
HSL92.39º46.89%52.75%-
HSV(B)92.39º59.16%74.9%-
XYZ29.2142.5613.88-
YUV159.8881.79106.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=32.58%
G=47.87%
B=19.55%

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
Decimal130191780.3200.590.2592.3946.8952.75
Hex82BF4E2003B195c2f35
Octal20227711640073311345765
Binary100000101011111110011101000000111011110011011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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