Html Css Color HEX #82BA47 Mantis

📋 copy color: '#82BA47'

red 130 ◦ green 186 ◦ blue 71

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

Shades of Mantis #82BA47

Tints of Mantis #82BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.06%

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 33.59%
G = 48.06%
B = 18.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#82BA47 (or 0x82BA47) is known color: Mantis. HEX triplet: 82, BA and 47. RGB value is (130,186,71). Sum of RGB (Red+Green+Blue) = 130+186+71=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA47 is #7D45B8. Grayscale: #9C9C9C. Windows color (decimal): -8209849 or 4700802. OLE color: 4700802.

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

Color convert

RGB 130 186 71 -
CMYK 0.30 0 0.62 0.27
HSL 89.22º 0.45% 0.5% -
HSV(B) 89.22º 0.62% 0.73% -
XYZ 27.9 40.32 12.27 -
YUV 156.15 79.95 109.35 -
System Red Green Blue C M Y K H S L
Decimal 130 186 71 0.30 0 0.62 0.27 89.22 0.45 0.5
Hex 82 BA 47 1E 0 3E 1B 59 2D 32
Octal 202 272 107 36 0 76 33 131 55 62
Binary 10000010 10111010 1000111 11110 0 111110 11011 1011001 101101 110010

Color Harmonies of #82BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA47

Black with #82BA47

Text Example


Text Example

White with #82BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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