Html Css Color HEX #82B94D Mantis

📋 copy color: '#82B94D'

red 130 ◦ green 185 ◦ blue 77

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

Shades of Mantis #82B94D

Tints of Mantis #82B94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 33.16%
G = 47.19%
B = 19.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#82B94D (or 0x82B94D) is known color: Mantis. HEX triplet: 82, B9 and 4D. RGB value is (130,185,77). Sum of RGB (Red+Green+Blue) = 130+185+77=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #82B94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B94D is #7D46B2. Grayscale: #9C9C9C. Windows color (decimal): -8210099 or 5093762. OLE color: 5093762.

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

Color convert

RGB 130 185 77 -
CMYK 0.30 0 0.58 0.27
HSL 90.56º 0.44% 0.51% -
HSV(B) 90.56º 0.58% 0.73% -
XYZ 27.89 39.98 13.27 -
YUV 156.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 130 185 77 0.30 0 0.58 0.27 90.56 0.44 0.51
Hex 82 B9 4D 1E 0 3A 1B 5B 2C 33
Octal 202 271 115 36 0 72 33 133 54 63
Binary 10000010 10111001 1001101 11110 0 111010 11011 1011011 101100 110011

Color Harmonies of #82B94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B94D

Black with #82B94D

Text Example


Text Example

White with #82B94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,185,77); }

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

background-color css

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

 a { background-color: rgb(130,185,77); }

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

border-color css

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

 span { border-color: rgb(130,185,77); }

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