#82BF5A

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

Shades of Mantis #82BF5A

Tints of Mantis #82BF5A

Color information

#82BF5A (or 0x82BF5A) is unknown color: approx Mantis. HEX triplet: 82, BF and 5A. RGB value is (130,191,90). Sum of RGB (Red+Green+Blue) = 130+191+90=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF5A is #7D40A5. Grayscale: #A1A1A1. Windows color (decimal): -8208550 or 5947266. OLE color: 5947266.

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

Color convert

RGB13019190-
CMYK0.3200.530.25
HSL96.24º44.1%55.1%-
HSV(B)96.24º52.88%74.9%-
XYZ29.6842.7516.36-
YUV161.2587.79105.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=31.63%
G=46.47%
B=21.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130191900.3200.530.2596.2444.155.1
Hex82BF5A2003519602c37
Octal20227713240065311405467
Binary100000101011111110110101000000110101110011100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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