Html Css Color HEX #82B45D Mantis

📋 copy color: '#82B45D'

red 130 ◦ green 180 ◦ blue 93

#82B45D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #82B45D

Tints of Mantis #82B45D

RGB

 RED value IS 130 (51.17% from 255) = 32.26%

 GREEN value IS 180 (70.7% from 255) = 44.67%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 32.26%
G = 44.67%
B = 23.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#82B45D (or 0x82B45D) is known color: Mantis. HEX triplet: 82, B4 and 5D. RGB value is (130,180,93). Sum of RGB (Red+Green+Blue) = 130+180+93=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #82B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B45D is #7D4BA2. Grayscale: #9B9B9B. Windows color (decimal): -8211363 or 6141058. OLE color: 6141058.

HSL color Cylindrical-coordinate representation of color #82B45D: hue angle of 94.48º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82B45D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 180 93 -
CMYK 0.28 0 0.48 0.29
HSL 94.48º 0.37% 0.54% -
HSV(B) 94.48º 0.48% 0.71% -
XYZ 27.5 38.18 16.28 -
YUV 155.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 130 180 93 0.28 0 0.48 0.29 94.48 0.37 0.54
Hex 82 B4 5D 1C 0 30 1D 5E 25 36
Octal 202 264 135 34 0 60 35 136 45 66
Binary 10000010 10110100 1011101 11100 0 110000 11101 1011110 100101 110110

Color Harmonies of #82B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B45D

Black with #82B45D

Text Example


Text Example

White with #82B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,180,93); }

 H1.HeaderClassName
 {
   color: #82B45D;
 }
 .AnyTagClassName
 {
   color: #82B45D;
 }
</style>

background-color css

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

 a { background-color: rgb(130,180,93); }

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

border-color css

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

 span { border-color: rgb(130,180,93); }

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