Html Css Color HEX #82C156 Mantis

📋 copy color: '#82C156'

red 130 ◦ green 193 ◦ blue 86

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

Shades of Mantis #82C156

Tints of Mantis #82C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 31.78%
G = 47.19%
B = 21.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#82C156 (or 0x82C156) is known color: Mantis. HEX triplet: 82, C1 and 56. RGB value is (130,193,86). Sum of RGB (Red+Green+Blue) = 130+193+86=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #82C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C156 is #7D3EA9. Grayscale: #A2A2A2. Windows color (decimal): -8208042 or 5685634. OLE color: 5685634.

HSL color Cylindrical-coordinate representation of color #82C156: hue angle of 95.33º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82C156 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 86 -
CMYK 0.33 0 0.55 0.24
HSL 95.33º 0.46% 0.55% -
HSV(B) 95.33º 0.55% 0.76% -
XYZ 29.96 43.56 15.63 -
YUV 161.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 130 193 86 0.33 0 0.55 0.24 95.33 0.46 0.55
Hex 82 C1 56 21 0 37 18 5F 2E 37
Octal 202 301 126 41 0 67 30 137 56 67
Binary 10000010 11000001 1010110 100001 0 110111 11000 1011111 101110 110111

Color Harmonies of #82C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C156

Black with #82C156

Text Example


Text Example

White with #82C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,86); }

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

background-color css

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

 a { background-color: rgb(130,193,86); }

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

border-color css

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

 span { border-color: rgb(130,193,86); }

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