Html Css Color HEX #82B85B Mantis

📋 copy color: '#82B85B'

red 130 ◦ green 184 ◦ blue 91

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

Shades of Mantis #82B85B

Tints of Mantis #82B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.43%

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 32.1%
G = 45.43%
B = 22.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#82B85B (or 0x82B85B) is known color: Mantis. HEX triplet: 82, B8 and 5B. RGB value is (130,184,91). Sum of RGB (Red+Green+Blue) = 130+184+91=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #82B85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B85B is #7D47A4. Grayscale: #9D9D9D. Windows color (decimal): -8210341 or 6011010. OLE color: 6011010.

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

Color convert

RGB 130 184 91 -
CMYK 0.29 0 0.51 0.28
HSL 94.84º 0.4% 0.54% -
HSV(B) 94.84º 0.51% 0.72% -
XYZ 28.23 39.78 16.09 -
YUV 157.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 130 184 91 0.29 0 0.51 0.28 94.84 0.4 0.54
Hex 82 B8 5B 1D 0 33 1C 5F 28 36
Octal 202 270 133 35 0 63 34 137 50 66
Binary 10000010 10111000 1011011 11101 0 110011 11100 1011111 101000 110110

Color Harmonies of #82B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B85B

Black with #82B85B

Text Example


Text Example

White with #82B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,91); }

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

background-color css

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

 a { background-color: rgb(130,184,91); }

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

border-color css

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

 span { border-color: rgb(130,184,91); }

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