Html Css Color HEX #82B770 Mantis

📋 copy color: '#82B770'

red 130 ◦ green 183 ◦ blue 112

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

Shades of Mantis #82B770

Tints of Mantis #82B770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 30.59%
G = 43.06%
B = 26.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#82B770 (or 0x82B770) is known color: Mantis. HEX triplet: 82, B7 and 70. RGB value is (130,183,112). Sum of RGB (Red+Green+Blue) = 130+183+112=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #82B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B770 is #7D488F. Grayscale: #9F9F9F. Windows color (decimal): -8210576 or 7387010. OLE color: 7387010.

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

Color convert

RGB 130 183 112 -
CMYK 0.29 0 0.39 0.28
HSL 104.79º 0.33% 0.58% -
HSV(B) 104.79º 0.39% 0.72% -
XYZ 29.06 39.78 21.48 -
YUV 159.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 130 183 112 0.29 0 0.39 0.28 104.79 0.33 0.58
Hex 82 B7 70 1D 0 27 1C 69 21 3A
Octal 202 267 160 35 0 47 34 151 41 72
Binary 10000010 10110111 1110000 11101 0 100111 11100 1101001 100001 111010

Color Harmonies of #82B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B770

Black with #82B770

Text Example


Text Example

White with #82B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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