Html Css Color HEX #82BC65 Mantis

📋 copy color: '#82BC65'

red 130 ◦ green 188 ◦ blue 101

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

Shades of Mantis #82BC65

Tints of Mantis #82BC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 31.03%
G = 44.87%
B = 24.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#82BC65 (or 0x82BC65) is known color: Mantis. HEX triplet: 82, BC and 65. RGB value is (130,188,101). Sum of RGB (Red+Green+Blue) = 130+188+101=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC65 is #7D439A. Grayscale: #A1A1A1. Windows color (decimal): -8209307 or 6667394. OLE color: 6667394.

HSL color Cylindrical-coordinate representation of color #82BC65: hue angle of 100º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BC65 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 101 -
CMYK 0.31 0 0.46 0.26
HSL 100º 0.39% 0.57% -
HSV(B) 100º 0.46% 0.74% -
XYZ 29.54 41.65 18.79 -
YUV 160.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 130 188 101 0.31 0 0.46 0.26 100 0.39 0.57
Hex 82 BC 65 1F 0 2E 1A 64 27 39
Octal 202 274 145 37 0 56 32 144 47 71
Binary 10000010 10111100 1100101 11111 0 101110 11010 1100100 100111 111001

Color Harmonies of #82BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC65

Black with #82BC65

Text Example


Text Example

White with #82BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,101); }

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

background-color css

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

 a { background-color: rgb(130,188,101); }

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

border-color css

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

 span { border-color: rgb(130,188,101); }

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