Html Css Color HEX #82B970 Mantis

📋 copy color: '#82B970'

red 130 ◦ green 185 ◦ blue 112

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

Shades of Mantis #82B970

Tints of Mantis #82B970

RGB

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

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

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

R = 30.44%
G = 43.33%
B = 26.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#82B970 (or 0x82B970) is known color: Mantis. HEX triplet: 82, B9 and 70. RGB value is (130,185,112). Sum of RGB (Red+Green+Blue) = 130+185+112=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #82B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B970 is #7D468F. Grayscale: #A0A0A0. Windows color (decimal): -8210064 or 7387522. OLE color: 7387522.

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

Color convert

RGB 130 185 112 -
CMYK 0.30 0 0.39 0.27
HSL 105.21º 0.34% 0.58% -
HSV(B) 105.21º 0.39% 0.73% -
XYZ 29.48 40.61 21.61 -
YUV 160.23 100.78 106.44 -
System Red Green Blue C M Y K H S L
Decimal 130 185 112 0.30 0 0.39 0.27 105.21 0.34 0.58
Hex 82 B9 70 1E 0 27 1B 69 22 3A
Octal 202 271 160 36 0 47 33 151 42 72
Binary 10000010 10111001 1110000 11110 0 100111 11011 1101001 100010 111010

Color Harmonies of #82B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B970

Black with #82B970

Text Example


Text Example

White with #82B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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