Html Css Color HEX #82B760 Mantis

📋 copy color: '#82B760'

red 130 ◦ green 183 ◦ blue 96

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

Shades of Mantis #82B760

Tints of Mantis #82B760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 31.78%
G = 44.74%
B = 23.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#82B760 (or 0x82B760) is known color: Mantis. HEX triplet: 82, B7 and 60. RGB value is (130,183,96). Sum of RGB (Red+Green+Blue) = 130+183+96=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #82B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B760 is #7D489F. Grayscale: #9D9D9D. Windows color (decimal): -8210592 or 6338434. OLE color: 6338434.

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

Color convert

RGB 130 183 96 -
CMYK 0.29 0 0.48 0.28
HSL 96.55º 0.38% 0.55% -
HSV(B) 96.55º 0.48% 0.72% -
XYZ 28.25 39.46 17.19 -
YUV 157.24 93.44 108.57 -
System Red Green Blue C M Y K H S L
Decimal 130 183 96 0.29 0 0.48 0.28 96.55 0.38 0.55
Hex 82 B7 60 1D 0 30 1C 61 26 37
Octal 202 267 140 35 0 60 34 141 46 67
Binary 10000010 10110111 1100000 11101 0 110000 11100 1100001 100110 110111

Color Harmonies of #82B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B760

Black with #82B760

Text Example


Text Example

White with #82B760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,183,96); }

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

background-color css

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

 a { background-color: rgb(130,183,96); }

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

border-color css

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

 span { border-color: rgb(130,183,96); }

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